gnu: r-tricycle: Update to 1.4.0.

* gnu/packages/bioconductor.scm (r-tricycle): Update to 1.4.0.
[propagated-inputs]: Add r-ggnewscale.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:46:51 +02:00
parent 5ec7143f69
commit e290d834d9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16125,27 +16125,29 @@ starburst plots) in order to easily develop complete analysis pipelines.")
(define-public r-tricycle (define-public r-tricycle
(package (package
(name "r-tricycle") (name "r-tricycle")
(version "1.2.1") (version "1.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "tricycle" version)) (uri (bioconductor-uri "tricycle" version))
(sha256 (sha256
(base32 (base32
"19yh7yif8630j845m9rddva2z0xy4jcw9j4hvyr076jqbyxz998r")))) "0bjkajcz6xcfak6071d0ihakrvgf7s0pmkn6vqkjd6yxbfld7zln"))))
(properties `((upstream-name . "tricycle"))) (properties `((upstream-name . "tricycle")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-annotationdbi (propagated-inputs
r-circular (list r-annotationdbi
r-dplyr r-circular
r-genomicranges r-dplyr
r-ggplot2 r-genomicranges
r-iranges r-ggnewscale
r-rcolorbrewer r-ggplot2
r-s4vectors r-iranges
r-scater r-rcolorbrewer
r-scattermore r-s4vectors
r-singlecellexperiment r-scater
r-summarizedexperiment)) r-scattermore
r-singlecellexperiment
r-summarizedexperiment))
(native-inputs (list r-knitr)) (native-inputs (list r-knitr))
(home-page "https://github.com/hansenlab/tricycle") (home-page "https://github.com/hansenlab/tricycle")
(synopsis "Transferable representation and inference of cell cycle") (synopsis "Transferable representation and inference of cell cycle")