summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-18 08:42:14 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-18 11:18:37 +0100
commitccedfd3a43a0a687c270eea8f8ce74df3db36d3c (patch)
tree210caf5dd02fc2ef179481614b3a71af7ba4dc73 /gnu/packages
parentb9f23702eb839049c94e88ff2c5ee51dbb177ab6 (diff)
downloadguix-ccedfd3a43a0a687c270eea8f8ce74df3db36d3c.tar.gz
gnu: r-org-hs-eg-db: Remove duplicate package definition.
* gnu/packages/bioinformatics.scm (r-org-hs-eg-db): Remove duplicate variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bioinformatics.scm27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 027f9d4e3d..77a902ef4e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9856,33 +9856,6 @@ and more.")
 the earlier snpMatrix package, allowing for uncertainty in genotypes.")
     (license license:gpl3)))
 
-(define-public r-org-hs-eg-db
-  (package
-    (name "r-org-hs-eg-db")
-    (version "3.4.2")
-    (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 "http://www.bioconductor.org/packages/"
-                                  "release/data/annotation/src/contrib/"
-                                  "org.Hs.eg.db_"
-                                  version ".tar.gz"))
-              (sha256
-               (base32
-                "0izzmas99j64sc4x8pxi09xw0ra1941kjrsl8sjxl0cjw1d2b32z"))))
-    (properties
-     `((upstream-name . "org.Hs.eg.db")))
-    (build-system r-build-system)
-    (propagated-inputs
-     `(("r-annotationdbi" ,r-annotationdbi)))
-    (home-page "https://bioconductor.org/packages/org.Hs.eg.db/")
-    (synopsis "Genome-wide annotation for Human")
-    (description
-     "This package contains genome-wide annotations for Human, primarily based
-on mapping using Entrez Gene identifiers.")
-    (license license:artistic2.0)))
-
 (define-public r-homo-sapiens
   (package
     (name "r-homo-sapiens")