GNU bug report logs -
#66966
[Patch] gnu: Add r-bcrank, r-bbcanalyzer, r-baynorm, r-bb, r-bayesspace, r-rcppdist, r-bayesknockdown, r-basicstarrseq, r-basics, r-basic4cseq, r-bsgenome-ecoli-ncbi-20080805, r-bags and r-breastcancervdx
Previous Next
Full log
Message #29 received at 66966 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 1 year and 190 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.