gnu: r-scone: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-scone): Update to 1.12.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
ce9e19bc9b
commit
3fc1e03949
1 changed files with 4 additions and 2 deletions
|
@ -3056,14 +3056,14 @@ (define-public r-scdd
|
|||
(define-public r-scone
|
||||
(package
|
||||
(name "r-scone")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "scone" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hfsbnix0y9ad6bj0d8q2aw13pb3vjcaa0dfwxxapzl90zwbsjhp"))))
|
||||
"12hcmbpncm0l1yxhm3sgkqqfri7s5qc46ikv5qcj8pw5a42rkx3g"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-aroma-light" ,r-aroma-light)
|
||||
|
@ -3085,6 +3085,8 @@ (define-public r-scone
|
|||
("r-rhdf5" ,r-rhdf5)
|
||||
("r-ruvseq" ,r-ruvseq)
|
||||
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/scone")
|
||||
(synopsis "Single cell overview of normalized expression data")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue