mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-atacseqqc: Update to 1.10.3.
* gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.10.3. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
6434f9b634
commit
dc30cc0300
1 changed files with 4 additions and 2 deletions
|
@ -4026,14 +4026,14 @@ position-specific scores within R and Bioconductor.")
|
||||||
(define-public r-atacseqqc
|
(define-public r-atacseqqc
|
||||||
(package
|
(package
|
||||||
(name "r-atacseqqc")
|
(name "r-atacseqqc")
|
||||||
(version "1.10.2")
|
(version "1.10.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ATACseqQC" version))
|
(uri (bioconductor-uri "ATACseqQC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dzrizacy3br8fiy1vnsl5zf242lg1hqv9dyv5ayqh2n480is57f"))))
|
"18zf90iksglbs13cwr4jjwsv332a19lf4bpdmy69jz8bpwrklv22"))))
|
||||||
(properties `((upstream-name . "ATACseqQC")))
|
(properties `((upstream-name . "ATACseqQC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -4055,6 +4055,8 @@ position-specific scores within R and Bioconductor.")
|
||||||
("r-rsamtools" ,r-rsamtools)
|
("r-rsamtools" ,r-rsamtools)
|
||||||
("r-rtracklayer" ,r-rtracklayer)
|
("r-rtracklayer" ,r-rtracklayer)
|
||||||
("r-s4vectors" ,r-s4vectors)))
|
("r-s4vectors" ,r-s4vectors)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/ATACseqQC/")
|
(home-page "https://bioconductor.org/packages/ATACseqQC/")
|
||||||
(synopsis "ATAC-seq quality control")
|
(synopsis "ATAC-seq quality control")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue