me
/
guix
Archived
1
0
Fork 0

gnu: r-qdnaseq: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-qdnaseq): Update to 1.22.0.
[propagated-inputs]: Remove r-biocparallel; add r-future and r-future-apply.
master
Ricardo Wurmus 2019-12-15 14:34:28 +01:00
parent 8f2a4ea18b
commit 23ce5ad1d6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -1590,20 +1590,21 @@ the @code{arrayCGH} packages.")
(define-public r-qdnaseq
(package
(name "r-qdnaseq")
(version "1.20.0")
(version "1.22.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "QDNAseq" version))
(sha256
(base32 "02afy5bpj35981q1qm59jx399hksk6a9v1jfwy7x888rn86gfcfz"))))
(base32 "0xcqdpv9a47zpxx0q9sif5y4s1yzx3pig0kywy961kh5xgl5bcrq"))))
(properties `((upstream-name . "QDNAseq")))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)
("r-biocparallel" ,r-biocparallel)
("r-cghbase" ,r-cghbase)
("r-cghcall" ,r-cghcall)
("r-dnacopy" ,r-dnacopy)
("r-future" ,r-future)
("r-future-apply" ,r-future-apply)
("r-genomicranges" ,r-genomicranges)
("r-iranges" ,r-iranges)
("r-matrixstats" ,r-matrixstats)