guix-patches
[Top][All Lists]
Advanced

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

[bug#66966] [PATCH 13/13] gnu: Add r-bcrank.


From: Mădălin Ionel Patrașcu
Subject: [bug#66966] [PATCH 13/13] gnu: Add r-bcrank.
Date: Mon, 6 Nov 2023 12:06:49 +0100

* 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 384bb7cbdf..a3ce78071b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -22580,6 +22580,26 @@ (define-public r-bbcanalyzer
 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")
-- 
2.41.0






reply via email to

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