gnu: r-scone: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-scone): Update to 1.12.0. [native-inputs]: Add r-knitr.master
parent
ce9e19bc9b
commit
3fc1e03949
|
@ -3056,14 +3056,14 @@ distributions.")
|
||||||
(define-public r-scone
|
(define-public r-scone
|
||||||
(package
|
(package
|
||||||
(name "r-scone")
|
(name "r-scone")
|
||||||
(version "1.10.0")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scone" version))
|
(uri (bioconductor-uri "scone" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hfsbnix0y9ad6bj0d8q2aw13pb3vjcaa0dfwxxapzl90zwbsjhp"))))
|
"12hcmbpncm0l1yxhm3sgkqqfri7s5qc46ikv5qcj8pw5a42rkx3g"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-aroma-light" ,r-aroma-light)
|
`(("r-aroma-light" ,r-aroma-light)
|
||||||
|
@ -3085,6 +3085,8 @@ distributions.")
|
||||||
("r-rhdf5" ,r-rhdf5)
|
("r-rhdf5" ,r-rhdf5)
|
||||||
("r-ruvseq" ,r-ruvseq)
|
("r-ruvseq" ,r-ruvseq)
|
||||||
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/scone")
|
(home-page "https://bioconductor.org/packages/scone")
|
||||||
(synopsis "Single cell overview of normalized expression data")
|
(synopsis "Single cell overview of normalized expression data")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue