me
/
guix
Archived
1
0
Fork 0

gnu: Add r-rhdf5filters.

* gnu/packages/bioinformatics.scm (r-rhdf5filters): New variable.
master
Ricardo Wurmus 2020-11-21 10:23:27 +01:00
parent 4ef898d449
commit 86fcceeae1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 26 additions and 0 deletions

View File

@ -9076,6 +9076,32 @@ provided as a matrix which can be used as an offset for different expression
of gene-level counts.") of gene-level counts.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public r-rhdf5filters
(package
(name "r-rhdf5filters")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "rhdf5filters" version))
(sha256
(base32
"1jvnss44liapbc6hk93yg1gknv0ahd5x86dydqiwq9l65jd03psq"))))
(properties `((upstream-name . "rhdf5filters")))
(build-system r-build-system)
(propagated-inputs
`(("r-rhdf5lib" ,r-rhdf5lib)))
(inputs
`(("zlib" ,zlib)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/grimbough/rhdf5filters")
(synopsis "HDF5 compression filters")
(description
"This package provides a collection of compression filters for use with
HDF5 datasets.")
(license license:bsd-2)))
(define-public r-rhdf5 (define-public r-rhdf5
(package (package
(name "r-rhdf5") (name "r-rhdf5")