guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/13: gnu: Add r-org-bt-eg-db.


From: guix-commits
Subject: 05/13: gnu: Add r-org-bt-eg-db.
Date: Tue, 7 Sep 2021 06:11:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 26da032d5b768811aefdbc979fd6b62472a8172d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 7 12:00:53 2021 +0200

    gnu: Add r-org-bt-eg-db.
    
    * gnu/packages/bioconductor.scm (r-org-bt-eg-db): New variable.
---
 gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 6140d29..68f6e8d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -84,6 +84,31 @@ submit gene-specific information, or which are scheduled for 
intense sequence
 analysis.")
     (license license:artistic2.0)))
 
+(define-public r-org-bt-eg-db
+  (package
+    (name "r-org-bt-eg-db")
+    (version "3.13.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri
+             "org.Bt.eg.db"
+             version
+             'annotation))
+       (sha256
+        (base32
+         "0pwvwyfah8fhvaxdc8zkp3lp1v4mchhzr84r3hb0jx97icdvhafi"))))
+    (properties `((upstream-name . "org.Bt.eg.db")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-annotationdbi" ,r-annotationdbi)))
+    (home-page "https://bioconductor.org/packages/org.Bt.eg.db";)
+    (synopsis "Genome wide annotation for Bovine")
+    (description
+     "This package provides genome wide annotations for Bovine, primarily
+based on mapping using Entrez Gene identifiers.")
+    (license license:artistic2.0)))
+
 (define-public r-reactome-db
   (package
     (name "r-reactome-db")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]