guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-bsgenome-btaurus-ucsc-bostau8.


From: guix-commits
Subject: branch master updated: gnu: Add r-bsgenome-btaurus-ucsc-bostau8.
Date: Wed, 26 May 2021 03:42:42 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9048e7f  gnu: Add r-bsgenome-btaurus-ucsc-bostau8.
9048e7f is described below

commit 9048e7f3b4d53a61050a8c1f0d47f7a1f637478f
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed May 26 09:42:01 2021 +0200

    gnu: Add r-bsgenome-btaurus-ucsc-bostau8.
    
    * gnu/packages/bioconductor.scm (r-bsgenome-btaurus-ucsc-bostau8): New
      variable.
---
 gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 02bfe21..24b0e6a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -103,6 +103,29 @@ analysis.")
 database, assembled using data from REACTOME.")
     (license license:cc-by4.0)))
 
+(define-public r-bsgenome-btaurus-ucsc-bostau8
+  (package
+    (name "r-bsgenome-btaurus-ucsc-bostau8")
+    (version "1.4.2")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "BSgenome.Btaurus.UCSC.bosTau8"
+                                     version 'annotation))
+              (sha256
+               (base32
+                "16wjy1aw9nvx03r7w8yh5w7sw3pn8i9nczd0n0728l6nnyqxlsz6"))))
+    (properties
+     `((upstream-name . "BSgenome.Btaurus.UCSC.bosTau8")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-bsgenome" ,r-bsgenome)))
+    (home-page
+     "https://www.bioconductor.org/packages/BSgenome.Btaurus.UCSC.bosTau8/";)
+    (synopsis "Full genome sequences for Bos taurus (UCSC version bosTau8)")
+    (description "This package provides the full genome sequences for Bos
+taurus (UCSC version bosTau8).")
+    (license license:artistic2.0)))
+
 (define-public r-bsgenome-celegans-ucsc-ce6
   (package
     (name "r-bsgenome-celegans-ucsc-ce6")



reply via email to

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