mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-annotationforge: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-annotationforge): Move from here... * gnu/packages/bioconductor.scm (r-annotationforge): ...to here.
This commit is contained in:
parent
d769b10714
commit
ff92c2873c
2 changed files with 32 additions and 32 deletions
|
@ -1487,6 +1487,38 @@ structure.")
|
||||||
microarrays.")
|
microarrays.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-annotationforge
|
||||||
|
(package
|
||||||
|
(name "r-annotationforge")
|
||||||
|
(version "1.32.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "AnnotationForge" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0y3820dkvwz09wlmz9drx6gqpsr9cwppaiz40zafwfxbz65y8px7"))))
|
||||||
|
(properties
|
||||||
|
`((upstream-name . "AnnotationForge")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
("r-biobase" ,r-biobase)
|
||||||
|
("r-biocgenerics" ,r-biocgenerics)
|
||||||
|
("r-dbi" ,r-dbi)
|
||||||
|
("r-rcurl" ,r-rcurl)
|
||||||
|
("r-rsqlite" ,r-rsqlite)
|
||||||
|
("r-s4vectors" ,r-s4vectors)
|
||||||
|
("r-xml" ,r-xml)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
(home-page "https://bioconductor.org/packages/AnnotationForge")
|
||||||
|
(synopsis "Code for building annotation database packages")
|
||||||
|
(description
|
||||||
|
"This package provides code for generating Annotation packages and their
|
||||||
|
databases. Packages produced are intended to be used with AnnotationDbi.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-deseq2
|
(define-public r-deseq2
|
||||||
(package
|
(package
|
||||||
(name "r-deseq2")
|
(name "r-deseq2")
|
||||||
|
|
|
@ -7387,38 +7387,6 @@ includes software to
|
||||||
")
|
")
|
||||||
(license license:cc0))))
|
(license license:cc0))))
|
||||||
|
|
||||||
(define-public r-annotationforge
|
|
||||||
(package
|
|
||||||
(name "r-annotationforge")
|
|
||||||
(version "1.32.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (bioconductor-uri "AnnotationForge" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0y3820dkvwz09wlmz9drx6gqpsr9cwppaiz40zafwfxbz65y8px7"))))
|
|
||||||
(properties
|
|
||||||
`((upstream-name . "AnnotationForge")))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(propagated-inputs
|
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
|
||||||
("r-biobase" ,r-biobase)
|
|
||||||
("r-biocgenerics" ,r-biocgenerics)
|
|
||||||
("r-dbi" ,r-dbi)
|
|
||||||
("r-rcurl" ,r-rcurl)
|
|
||||||
("r-rsqlite" ,r-rsqlite)
|
|
||||||
("r-s4vectors" ,r-s4vectors)
|
|
||||||
("r-xml" ,r-xml)))
|
|
||||||
(native-inputs
|
|
||||||
`(("r-knitr" ,r-knitr)))
|
|
||||||
(home-page "https://bioconductor.org/packages/AnnotationForge")
|
|
||||||
(synopsis "Code for building annotation database packages")
|
|
||||||
(description
|
|
||||||
"This package provides code for generating Annotation packages and their
|
|
||||||
databases. Packages produced are intended to be used with AnnotationDbi.")
|
|
||||||
(license license:artistic2.0)))
|
|
||||||
|
|
||||||
(define-public r-rbgl
|
(define-public r-rbgl
|
||||||
(package
|
(package
|
||||||
(name "r-rbgl")
|
(name "r-rbgl")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue