mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-dmrcate: Update to 3.0.0.
* gnu/packages/bioconductor.scm (r-dmrcate): Update to 3.0.0. [propagated-inputs]: Add r-annotationhub. Change-Id: I1b91adbb7d766d3301d2cd03b933c57fe755dd8a
This commit is contained in:
parent
7f4e7bff48
commit
a841f1f692
1 changed files with 4 additions and 3 deletions
|
@ -5884,17 +5884,18 @@ calculation in parallel.")
|
||||||
(define-public r-dmrcate
|
(define-public r-dmrcate
|
||||||
(package
|
(package
|
||||||
(name "r-dmrcate")
|
(name "r-dmrcate")
|
||||||
(version "2.16.1")
|
(version "3.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DMRcate" version))
|
(uri (bioconductor-uri "DMRcate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19dxpmjjg8v2l71yjjlfj0ycvmhi9rk04q59nwjcp0aw8nvk6l3w"))))
|
"1s83p6chchsx68qsfzqclpl3wq6fqy2r3namr8l3rrxp9b49342i"))))
|
||||||
(properties `((upstream-name . "DMRcate")))
|
(properties `((upstream-name . "DMRcate")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biomart
|
(list r-annotationhub
|
||||||
|
r-biomart
|
||||||
r-bsseq
|
r-bsseq
|
||||||
r-edger
|
r-edger
|
||||||
r-experimenthub
|
r-experimenthub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue