gnu: r-seurat: Update to 2.2.1.
* gnu/packages/bioinformatics.scm (r-seurat): Update to 2.2.1. [propagated-inputs]: Remove r-nmf; add r-metap.
This commit is contained in:
parent
3118b28644
commit
ebec98ae1d
1 changed files with 3 additions and 3 deletions
|
@ -9394,13 +9394,13 @@ (define-public r-msnid
|
||||||
(define-public r-seurat
|
(define-public r-seurat
|
||||||
(package
|
(package
|
||||||
(name "r-seurat")
|
(name "r-seurat")
|
||||||
(version "2.2.0")
|
(version "2.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Seurat" version))
|
(uri (cran-uri "Seurat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yarzhbylkfk4vwp7f8710zpdglkfww2db3hmq69hjllgg80ykmw"))
|
"1sr82nf38hq07avrfn8vlrzjq7dfm4pcr8l1nh6mnglcql2bk9z2"))
|
||||||
;; Delete pre-built jar.
|
;; Delete pre-built jar.
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (delete-file "inst/java/ModularityOptimizer.jar")
|
'(begin (delete-file "inst/java/ModularityOptimizer.jar")
|
||||||
|
@ -9448,8 +9448,8 @@ (define-public r-seurat
|
||||||
("r-lars" ,r-lars)
|
("r-lars" ,r-lars)
|
||||||
("r-mass" ,r-mass)
|
("r-mass" ,r-mass)
|
||||||
("r-matrix" ,r-matrix)
|
("r-matrix" ,r-matrix)
|
||||||
|
("r-metap" ,r-metap)
|
||||||
("r-mixtools" ,r-mixtools)
|
("r-mixtools" ,r-mixtools)
|
||||||
("r-nmf" ,r-nmf)
|
|
||||||
("r-pbapply" ,r-pbapply)
|
("r-pbapply" ,r-pbapply)
|
||||||
("r-plotly" ,r-plotly)
|
("r-plotly" ,r-plotly)
|
||||||
("r-ranger" ,r-ranger)
|
("r-ranger" ,r-ranger)
|
||||||
|
|
Loading…
Reference in a new issue