guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: Add r-jaspar2016.


From: guix-commits
Subject: 01/04: gnu: Add r-jaspar2016.
Date: Sat, 20 Jan 2024 13:58:12 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c4838027b4c8194db50432afa074cd21eb904a90
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jan 20 19:50:13 2024 +0100

    gnu: Add r-jaspar2016.
    
    * gnu/packages/bioconductor.scm (r-jaspar2016): New variable.
    
    Change-Id: Ib2970791207b426c39bd0226e01107a35fec0bb2
---
 gnu/packages/bioconductor.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 8554228c0e..dd4e258d8a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2012,6 +2012,25 @@ package.")
     ;; Expanded from GPL
     (license (list license:gpl2+ license:gpl3+))))
 
+(define-public r-jaspar2016
+  (package
+    (name "r-jaspar2016")
+    (version "1.30.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "JASPAR2016" version 'experiment))
+       (sha256
+        (base32 "0dyx29f7jnyqcj85j2yrl8jcphi2kymx2y2mk7ws25xcahl5zzpy"))))
+    (properties `((upstream-name . "JASPAR2016")))
+    (build-system r-build-system)
+    (home-page "https://jaspar.elixir.no/";)
+    (synopsis "Data package for JASPAR 2016")
+    (description
+     "This is a data package for JASPAR 2016.  To search this databases,
+please use the package TFBSTools.")
+    (license license:gpl2)))
+
 (define-public r-macrophage
   (package
     (name "r-macrophage")



reply via email to

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