gnu: r-qdnaseq: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-qdnaseq): Update to 1.16.0. [propagated-inputs]: Add r-biocparallel.
This commit is contained in:
parent
5c0df206cf
commit
81b0181b6f
|
@ -343,16 +343,17 @@ the @code{arrayCGH} packages.")
|
||||||
(define-public r-qdnaseq
|
(define-public r-qdnaseq
|
||||||
(package
|
(package
|
||||||
(name "r-qdnaseq")
|
(name "r-qdnaseq")
|
||||||
(version "1.14.0")
|
(version "1.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "QDNAseq" version))
|
(uri (bioconductor-uri "QDNAseq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lgbv4s0xqgrs7q6ynb3c273sf7pyrp51jnc8ravq1z5g0a2zshy"))))
|
(base32 "1pj69mfyxwfd0d7h4kls9xq96sdc55y3rv20qpla50hw9libcwwd"))))
|
||||||
(properties `((upstream-name . "QDNAseq")))
|
(properties `((upstream-name . "QDNAseq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
|
("r-biocparallel" ,r-biocparallel)
|
||||||
("r-cghbase" ,r-cghbase)
|
("r-cghbase" ,r-cghbase)
|
||||||
("r-cghcall" ,r-cghcall)
|
("r-cghcall" ,r-cghcall)
|
||||||
("r-dnacopy" ,r-dnacopy)
|
("r-dnacopy" ,r-dnacopy)
|
||||||
|
|
Loading…
Reference in New Issue