me
/
guix
Archived
1
0
Fork 0

gnu: r-motifstack: Update to 1.40.0.

* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.40.0.
[propagated-inputs]: Add r-tfbstools.
master
Ricardo Wurmus 2022-05-28 12:45:01 +02:00
parent ef522a5828
commit 81880b4cb7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 8 additions and 3 deletions

View File

@ -9159,18 +9159,23 @@ Bioconductor.")
(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/")