mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-rhdf5filters: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-rhdf5filters): Move from here... * gnu/packages/bioconductor.scm (r-rhdf5filters): ...to here.
This commit is contained in:
parent
b6e84d30eb
commit
67e99369c1
2 changed files with 26 additions and 26 deletions
|
@ -3687,6 +3687,32 @@ (define-public r-reportingtools
|
|||
browser.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-rhdf5filters
|
||||
(package
|
||||
(name "r-rhdf5filters")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "rhdf5filters" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bjlgc76vx0z81s8vci9ln1d2s3b157qnm32xs36mnyjk31ivasz"))))
|
||||
(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-rsamtools
|
||||
(package
|
||||
(name "r-rsamtools")
|
||||
|
|
|
@ -8164,32 +8164,6 @@ (define-public r-seqgl
|
|||
factors bound at the specific regions.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-rhdf5filters
|
||||
(package
|
||||
(name "r-rhdf5filters")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "rhdf5filters" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bjlgc76vx0z81s8vci9ln1d2s3b157qnm32xs36mnyjk31ivasz"))))
|
||||
(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
|
||||
(package
|
||||
(name "r-rhdf5")
|
||||
|
|
Loading…
Reference in a new issue