mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-scone: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-scone): Update to 1.32.0. [propagated-inputs]: Add r-sparsearray. [native-inputs]: Add r-delayedarray. Change-Id: I8809f0c15743cd2c41ffdabf8f660860ea507dd9
This commit is contained in:
parent
77436fb0db
commit
a187086cb0
1 changed files with 4 additions and 3 deletions
|
@ -17862,14 +17862,14 @@ distributions.")
|
||||||
(define-public r-scone
|
(define-public r-scone
|
||||||
(package
|
(package
|
||||||
(name "r-scone")
|
(name "r-scone")
|
||||||
(version "1.30.0")
|
(version "1.32.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
|
||||||
"0cmjyxkszidsjzhs6rqw5m7afmy4gw2rvajrm5wagnisk73bvz6i"))))
|
"16nh3xnplh1zqx976ffpb967wsk89h4lny2pz7r1y2zdzs74la0a"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-aroma-light
|
(list r-aroma-light
|
||||||
|
@ -17893,10 +17893,11 @@ distributions.")
|
||||||
r-rhdf5
|
r-rhdf5
|
||||||
r-ruvseq
|
r-ruvseq
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
|
r-sparsearray
|
||||||
r-sparsematrixstats
|
r-sparsematrixstats
|
||||||
r-summarizedexperiment))
|
r-summarizedexperiment))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-delayedarray r-knitr r-testthat))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue