mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-scater: Update to 1.26.1.
* gnu/packages/bioconductor.scm (r-scater): Update to 1.26.1. [propagated-inputs]: Add r-ggrastr, r-pheatmap, and r-uwot.
This commit is contained in:
parent
3fa18b5504
commit
14e3905c6e
1 changed files with 5 additions and 2 deletions
|
@ -16217,13 +16217,13 @@ of other packages.")
|
||||||
(define-public r-scater
|
(define-public r-scater
|
||||||
(package
|
(package
|
||||||
(name "r-scater")
|
(name "r-scater")
|
||||||
(version "1.24.0")
|
(version "1.26.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scater" version))
|
(uri (bioconductor-uri "scater" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dqirggw7my5nq4ln9q0ya18ciqplkz9gx318ffias9ag3yii5rw"))))
|
"1mjnf2y41lvni77g9hyw8qlvlsi5nxv5ha0fnch1kmw9814nycq3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-beachmat
|
(list r-beachmat
|
||||||
|
@ -16236,8 +16236,10 @@ of other packages.")
|
||||||
r-ggbeeswarm
|
r-ggbeeswarm
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-ggrepel
|
r-ggrepel
|
||||||
|
r-ggrastr
|
||||||
r-gridextra
|
r-gridextra
|
||||||
r-matrix
|
r-matrix
|
||||||
|
r-pheatmap
|
||||||
r-rcolorbrewer
|
r-rcolorbrewer
|
||||||
r-rcppml
|
r-rcppml
|
||||||
r-rlang
|
r-rlang
|
||||||
|
@ -16246,6 +16248,7 @@ of other packages.")
|
||||||
r-scuttle
|
r-scuttle
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
|
r-uwot
|
||||||
r-viridis))
|
r-viridis))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Loading…
Add table
Reference in a new issue