guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: Add r-bcrank.


From: guix-commits
Subject: 13/13: gnu: Add r-bcrank.
Date: Mon, 13 Nov 2023 09:10:08 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a0d337e79c87d7c38c79d0291974f490cb137a52
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Mon Nov 6 12:06:49 2023 +0100

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 72518b7c68..ee5a94c461 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -22897,6 +22897,26 @@ mutations or polymorphisms and variants called in the 
data may additionally be
 included in the plots.")
     (license license:lgpl3)))
 
+(define-public r-bcrank
+  (package
+    (name "r-bcrank")
+    (version "1.64.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "BCRANK" version))
+       (sha256
+        (base32 "1m1ccacryf8wjzp0d37n9n1kpa6734ddb8nvv1sy0sz5gplrars9"))))
+    (properties `((upstream-name . "BCRANK")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-biostrings))
+    (home-page "https://bioconductor.org/packages/BCRANK";)
+    (synopsis "Predicting binding site consensus from ranked DNA sequences")
+    (description
+     "This package provides functions and classes for de novo prediction of
+transcription factor binding consensus by heuristic search.")
+    (license license:gpl2)))
+
 (define-public r-biocthis
   (package
     (name "r-biocthis")



reply via email to

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