mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-bcrank.
* gnu/packages/bioconductor.scm (r-bcrank): New variable. Change-Id: Id43ae3b7f6eff54e1180b489c90fc72176751f9f
This commit is contained in:
parent
08c745dcfc
commit
a0d337e79c
1 changed files with 20 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue