gnu: Add r-bcrank.

* gnu/packages/bioconductor.scm (r-bcrank): New variable.

Change-Id: Id43ae3b7f6eff54e1180b489c90fc72176751f9f
This commit is contained in:
Mădălin Ionel Patrașcu 2023-11-06 12:06:49 +01:00 committed by Ricardo Wurmus
parent 08c745dcfc
commit a0d337e79c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22897,6 +22897,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")