gnu: r-annotationfilter: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-annotationfilter): Move from here... * gnu/packages/bioconductor.scm (r-annotationfilter): ...to here.
This commit is contained in:
parent
67e99369c1
commit
cc1dbea883
@ -2009,6 +2009,32 @@ microarrays.")
|
|||||||
annotation data packages using SQLite data storage.")
|
annotation data packages using SQLite data storage.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-annotationfilter
|
||||||
|
(package
|
||||||
|
(name "r-annotationfilter")
|
||||||
|
(version "1.14.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "AnnotationFilter" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0npk0laa2rc93rsh6yikj886zf2fl53a050j07fj9w67j0q0h3s9"))))
|
||||||
|
(properties
|
||||||
|
`((upstream-name . "AnnotationFilter")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-genomicranges" ,r-genomicranges)
|
||||||
|
("r-lazyeval" ,r-lazyeval)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
(home-page "https://github.com/Bioconductor/AnnotationFilter")
|
||||||
|
(synopsis "Facilities for filtering Bioconductor annotation resources")
|
||||||
|
(description
|
||||||
|
"This package provides classes and other infrastructure to implement
|
||||||
|
filters for manipulating Bioconductor annotation resources. The filters are
|
||||||
|
used by @code{ensembldb}, @code{Organism.dplyr}, and other packages.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-annotationforge
|
(define-public r-annotationforge
|
||||||
(package
|
(package
|
||||||
(name "r-annotationforge")
|
(name "r-annotationforge")
|
||||||
|
@ -8203,32 +8203,6 @@ package, and for letting R applications work on datasets that are larger than
|
|||||||
the available RAM.")
|
the available RAM.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-annotationfilter
|
|
||||||
(package
|
|
||||||
(name "r-annotationfilter")
|
|
||||||
(version "1.14.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (bioconductor-uri "AnnotationFilter" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0npk0laa2rc93rsh6yikj886zf2fl53a050j07fj9w67j0q0h3s9"))))
|
|
||||||
(properties
|
|
||||||
`((upstream-name . "AnnotationFilter")))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(propagated-inputs
|
|
||||||
`(("r-genomicranges" ,r-genomicranges)
|
|
||||||
("r-lazyeval" ,r-lazyeval)))
|
|
||||||
(native-inputs
|
|
||||||
`(("r-knitr" ,r-knitr)))
|
|
||||||
(home-page "https://github.com/Bioconductor/AnnotationFilter")
|
|
||||||
(synopsis "Facilities for filtering Bioconductor annotation resources")
|
|
||||||
(description
|
|
||||||
"This package provides classes and other infrastructure to implement
|
|
||||||
filters for manipulating Bioconductor annotation resources. The filters are
|
|
||||||
used by @code{ensembldb}, @code{Organism.dplyr}, and other packages.")
|
|
||||||
(license license:artistic2.0)))
|
|
||||||
|
|
||||||
(define-public emboss
|
(define-public emboss
|
||||||
(package
|
(package
|
||||||
(name "emboss")
|
(name "emboss")
|
||||||
|
Loading…
Reference in New Issue
Block a user