mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-slingshot: Update to 2.16.0.
* gnu/packages/bioconductor.scm (r-slingshot): Update to 2.16.0. [native-inputs]: Add r-clusterexperiment and r-rgl. Change-Id: I7a67000a0a004920e064ff434c9cbf73866da0cc
This commit is contained in:
parent
da242c84eb
commit
4c5efe1cdb
1 changed files with 3 additions and 3 deletions
|
@ -14170,13 +14170,13 @@ scRNA-seq data computationally.")
|
|||
(define-public r-slingshot
|
||||
(package
|
||||
(name "r-slingshot")
|
||||
(version "2.14.0")
|
||||
(version "2.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "slingshot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r9hhc23a3x9rm1ippx39llxfcagwbv70zn67wnyzvfyn93gbi3c"))))
|
||||
"17s9rmd5dsw65cl218sxz5wg1ysqbwqmvcs3vyffl48j5mmsvqgm"))))
|
||||
(properties
|
||||
'((updater-extra-native-inputs . ("r-delayedmatrixstats"))))
|
||||
(build-system r-build-system)
|
||||
|
@ -14189,7 +14189,7 @@ scRNA-seq data computationally.")
|
|||
r-summarizedexperiment
|
||||
r-trajectoryutils))
|
||||
(native-inputs
|
||||
(list r-delayedmatrixstats r-knitr r-testthat))
|
||||
(list r-clusterexperiment r-delayedmatrixstats r-knitr r-rgl r-testthat))
|
||||
(home-page "https://bioconductor.org/packages/slingshot")
|
||||
(synopsis "Tools for ordering single-cell sequencing")
|
||||
(description "This package provides functions for inferring continuous,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue