gnu: r-atacseqqc: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.28.0. [propagated-inputs]: Add r-biocparallel. Change-Id: Ie8b4dfaeb8d2dace4222edcc453206c92038ccf3
This commit is contained in:
parent
c05269694a
commit
f5d18100fe
1 changed files with 3 additions and 2 deletions
|
@ -16973,18 +16973,19 @@ these files at JHPCE.")
|
||||||
(define-public r-atacseqqc
|
(define-public r-atacseqqc
|
||||||
(package
|
(package
|
||||||
(name "r-atacseqqc")
|
(name "r-atacseqqc")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ATACseqQC" version))
|
(uri (bioconductor-uri "ATACseqQC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b53rkhyqnyh5vangh3hy4yccx1yackwbv1pxdimbp840ji6d122"))))
|
"0licdpzhh6xlma0hnvs4rr4bjr5q4q3g18kipf0is47zj4l91smy"))))
|
||||||
(properties `((upstream-name . "ATACseqQC")))
|
(properties `((upstream-name . "ATACseqQC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biocgenerics
|
(list r-biocgenerics
|
||||||
|
r-biocparallel
|
||||||
r-biostrings
|
r-biostrings
|
||||||
r-bsgenome
|
r-bsgenome
|
||||||
r-chippeakanno
|
r-chippeakanno
|
||||||
|
|
Reference in a new issue