mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-motifstack: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.40.0. [propagated-inputs]: Add r-tfbstools.
This commit is contained in:
parent
ef522a5828
commit
81880b4cb7
1 changed files with 8 additions and 3 deletions
|
@ -9159,18 +9159,23 @@ (define-public r-motifbreakr
|
|||
(define-public r-motifstack
|
||||
(package
|
||||
(name "r-motifstack")
|
||||
(version "1.38.0")
|
||||
(version "1.40.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "motifStack" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ck6bbnrab8mbf70alfdsrcv6lq0fkvcy3klhcwyxxir7r9sgbaz"))))
|
||||
"0d2ihx73chczbv6f91n04qb372plrdv7k4qws8shyw1fmvb1rq0z"))))
|
||||
(properties `((upstream-name . "motifStack")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ade4 r-biostrings r-ggplot2 r-htmlwidgets r-xml))
|
||||
(list r-ade4
|
||||
r-biostrings
|
||||
r-ggplot2
|
||||
r-htmlwidgets
|
||||
r-tfbstools
|
||||
r-xml))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/motifStack/")
|
||||
|
|
Loading…
Reference in a new issue