mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-monocle: Update to 2.24.0.
* gnu/packages/bioconductor.scm (r-monocle): Update to 2.24.0. [propagated-inputs]: Remove r-densityclust; add r-leidenbase.
This commit is contained in:
parent
2fb6818ab8
commit
84d78abd52
1 changed files with 3 additions and 3 deletions
|
@ -7597,14 +7597,14 @@ single cell assay data.")
|
||||||
(define-public r-monocle
|
(define-public r-monocle
|
||||||
(package
|
(package
|
||||||
(name "r-monocle")
|
(name "r-monocle")
|
||||||
(version "2.22.0")
|
(version "2.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "monocle" version))
|
(uri (bioconductor-uri "monocle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wb2c1jf502lrfx3d0amb09fvhalrwxvpsp99jsab162v4hddg85"))))
|
"1fyqd7qhij2iyx9vdmgnx2qf0w3kwbkmg805539zrmxry8cwfldb"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
@ -7613,13 +7613,13 @@ single cell assay data.")
|
||||||
r-cluster
|
r-cluster
|
||||||
r-combinat
|
r-combinat
|
||||||
r-ddrtree
|
r-ddrtree
|
||||||
r-densityclust
|
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-fastica
|
r-fastica
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-hsmmsinglecell
|
r-hsmmsinglecell
|
||||||
r-igraph
|
r-igraph
|
||||||
r-irlba
|
r-irlba
|
||||||
|
r-leidenbase
|
||||||
r-limma
|
r-limma
|
||||||
r-mass
|
r-mass
|
||||||
r-matrix
|
r-matrix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue