gnu: r-org-dm-eg-db: Move to (gnu packages bioconductor).

* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): Move from here...
* gnu/packages/bioconductor.scm (r-org-dm-eg-db): ...to here.
master
Ricardo Wurmus 2019-03-06 21:41:48 +01:00
parent 3a08940e1a
commit f8780e96ff
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
2 changed files with 26 additions and 26 deletions

View File

@ -386,6 +386,32 @@ in Biostrings objects.")
annotations for the genome of the model worm Caenorhabditis elegans.")
(license license:artistic2.0)))
(define-public r-org-dm-eg-db
(package
(name "r-org-dm-eg-db")
(version "3.7.0")
(source (origin
(method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is
;; located under "data/annotation/" instead of "bioc/".
(uri (string-append "https://www.bioconductor.org/packages/"
"release/data/annotation/src/contrib/"
"org.Dm.eg.db_" version ".tar.gz"))
(sha256
(base32
"1pqjrzlyg72bjpy8zsxvaglc7jsv176bnyi87xdajmkvsgxpm7b3"))))
(properties
`((upstream-name . "org.Dm.eg.db")))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)))
(home-page "https://www.bioconductor.org/packages/org.Dm.eg.db/")
(synopsis "Genome wide annotation for Fly")
(description
"This package provides mappings from Entrez gene identifiers to various
annotations for the genome of the model fruit fly Drosophila melanogaster.")
(license license:artistic2.0)))
(define-public r-org-dr-eg-db
(package
(name "r-org-dr-eg-db")

View File

@ -8006,32 +8006,6 @@ downloaded from Encode.")
on mapping using Entrez Gene identifiers.")
(license license:artistic2.0)))
(define-public r-org-dm-eg-db
(package
(name "r-org-dm-eg-db")
(version "3.7.0")
(source (origin
(method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is
;; located under "data/annotation/" instead of "bioc/".
(uri (string-append "https://www.bioconductor.org/packages/"
"release/data/annotation/src/contrib/"
"org.Dm.eg.db_" version ".tar.gz"))
(sha256
(base32
"1pqjrzlyg72bjpy8zsxvaglc7jsv176bnyi87xdajmkvsgxpm7b3"))))
(properties
`((upstream-name . "org.Dm.eg.db")))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)))
(home-page "https://www.bioconductor.org/packages/org.Dm.eg.db/")
(synopsis "Genome wide annotation for Fly")
(description
"This package provides mappings from Entrez gene identifiers to various
annotations for the genome of the model fruit fly Drosophila melanogaster.")
(license license:artistic2.0)))
(define-public r-org-mm-eg-db
(package
(name "r-org-mm-eg-db")