mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-scater: Update to 1.18.3.
* gnu/packages/bioconductor.scm (r-scater): Update to 1.18.3. [propagated-inputs]: Add r-gridextra, r-scutlle. Remove r-beachmat, r-rcpp. Co-authored-by: Ricardo Wurmus <reka@elephly.net>.
This commit is contained in:
parent
0e60dda0ae
commit
d4b5d18684
1 changed files with 5 additions and 5 deletions
|
@ -8874,17 +8874,16 @@ (define-public r-scuttle
|
|||
(define-public r-scater
|
||||
(package
|
||||
(name "r-scater")
|
||||
(version "1.16.2")
|
||||
(version "1.18.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "scater" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pa5wvgjb30rw1vsjwbnn07ss3sc5n8ck5d7khdby4r2s9177s33"))))
|
||||
"14f7yw277nykxmcm7wlhlsf3nizpwzz24hax1icx73lavfxmc535"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-beachmat" ,r-beachmat)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
`(("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-biocneighbors" ,r-biocneighbors)
|
||||
("r-biocparallel" ,r-biocparallel)
|
||||
("r-biocsingular" ,r-biocsingular)
|
||||
|
@ -8892,10 +8891,11 @@ (define-public r-scater
|
|||
("r-delayedmatrixstats" ,r-delayedmatrixstats)
|
||||
("r-ggbeeswarm" ,r-ggbeeswarm)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-gridextra" ,r-gridextra)
|
||||
("r-matrix" ,r-matrix)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-s4vectors" ,r-s4vectors)
|
||||
("r-scuttle" ,r-scuttle)
|
||||
("r-singlecellexperiment" ,r-singlecellexperiment)
|
||||
("r-summarizedexperiment" ,r-summarizedexperiment)
|
||||
("r-viridis" ,r-viridis)))
|
||||
|
|
Loading…
Reference in a new issue