gnu: r-rqc: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-rqc): Update to 1.22.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
a84abf434d
commit
1c5360ac3d
@ -5531,14 +5531,14 @@ quantification of genomic regions of interest.")
|
|||||||
(define-public r-rqc
|
(define-public r-rqc
|
||||||
(package
|
(package
|
||||||
(name "r-rqc")
|
(name "r-rqc")
|
||||||
(version "1.20.0")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rqc" version))
|
(uri (bioconductor-uri "Rqc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nxkrb9kx41g050yz935yrl9pjkakhr8v6whxcvr72gg4r9m2x3m"))))
|
"1qsm9r6xfsplk8zpf7p0k7fi86l8a74nx963sna8gzig5qgrvnm3"))))
|
||||||
(properties `((upstream-name . "Rqc")))
|
(properties `((upstream-name . "Rqc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
@ -5560,6 +5560,8 @@ quantification of genomic regions of interest.")
|
|||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
("r-shiny" ,r-shiny)
|
("r-shiny" ,r-shiny)
|
||||||
("r-shortread" ,r-shortread)))
|
("r-shortread" ,r-shortread)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/labbcb/Rqc")
|
(home-page "https://github.com/labbcb/Rqc")
|
||||||
(synopsis "Quality control tool for high-throughput sequencing data")
|
(synopsis "Quality control tool for high-throughput sequencing data")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user