me
/
guix
Archived
1
0
Fork 0

gnu: r-scdd: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-scdd): Update to 1.12.0.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-06-13 00:46:38 +02:00
parent 22c084ba9d
commit ce9e19bc9b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -3018,14 +3018,14 @@ assumptions.")
(define-public r-scdd (define-public r-scdd
(package (package
(name "r-scdd") (name "r-scdd")
(version "1.10.0") (version "1.12.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "scDD" version)) (uri (bioconductor-uri "scDD" version))
(sha256 (sha256
(base32 (base32
"0nk0qq664zs7dnlcamdkrrhvll01p7f96jj3igbxxlzj3dvr58w4")))) "19q01jksxpv4p26wp2c6faa4fffkjnqlbcds2x955pk35jkqknxx"))))
(properties `((upstream-name . "scDD"))) (properties `((upstream-name . "scDD")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -3040,6 +3040,8 @@ assumptions.")
("r-scran" ,r-scran) ("r-scran" ,r-scran)
("r-singlecellexperiment" ,r-singlecellexperiment) ("r-singlecellexperiment" ,r-singlecellexperiment)
("r-summarizedexperiment" ,r-summarizedexperiment))) ("r-summarizedexperiment" ,r-summarizedexperiment)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/kdkorthauer/scDD") (home-page "https://github.com/kdkorthauer/scDD")
(synopsis "Mixture modeling of single-cell RNA-seq data") (synopsis "Mixture modeling of single-cell RNA-seq data")
(description (description