diff options
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9285d1889d..0fffbf82d0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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") |