diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-20 14:06:38 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-02-20 14:15:00 +0100 |
| commit | ce7b0bd514745eff2078837389091deae1eabb56 (patch) | |
| tree | acd585b15b143f1b854d2d7b0f3b7c746b876308 /gnu/packages | |
| parent | 5437b4626256a81b58251e8674379104e9245963 (diff) | |
gnu: r-giotto: Update to 4.2.2-1.7988300.
* gnu/packages/bioinformatics.scm (r-giotto): Update to 4.2.2-1.7988300.
[source]: Fetch from true upstream.
[arguments]: Disable tests.
[propagated-inputs]: Add r-arrow, r-biocparallel, r-biocsingular, r-bluster,
r-checkmate, r-future-apply, r-giottoclass, r-giottoutils, r-giottovisuals,
r-limma, r-matrixgenerics, r-sparsematrixstats, r-terra, and r-uwot; remove
r-cowplot, r-deldir, r-farver, r-ggrepel, r-irlba, r-lfa, r-magick,
r-magrittr, r-matrixstats, r-qvalue, r-rcolorbrewer, r-rcpp, r-reshape2, and
r-rtsne.
[native-inputs]: Add r-testthat.
[home-page]: Update to true upstream.
Change-Id: I938e0c19fcc68fe4b100646fe051ff1a42411092
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 61 |
1 files changed, 32 insertions, 29 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9d0fe28bc96..9623dd6d4b1 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -19486,57 +19486,60 @@ functionality for Giotto Suite.") (license license:expat)))) (define-public r-giotto - (let ((commit "3e6671a2512484a7b90b421b7e697d1abc2ec760") + (let ((commit "7988300d59d7ca67c6203411794f1f3a813979d5") (revision "1")) (package (name "r-giotto") - (version (git-version "1.1.2" revision commit)) + (version (git-version "4.2.2" revision commit)) (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/RubD/Giotto/") - (commit commit))) + (url "https://github.com/drieslab/Giotto") + (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "086kyfhwqcd9qkl2yb9g4xgk8xs88ga4slha7rwilxm1sg8fhchf")))) + (base32 "1h3a6czswpczckc5cgcfsxjcil0pzq57fv8lfrgjl655qqs3riix")))) (properties `((upstream-name . "Giotto"))) (build-system r-build-system) + ;; Test data are not included. + (arguments (list #:tests? #false)) (propagated-inputs - (list r-clusterr - r-complexheatmap - r-cowplot + (list r-bluster + r-biocparallel + r-biocsingular + r-checkmate r-data-table r-dbscan - r-deldir - r-farver - r-fitdistrplus - r-ggdendro r-ggplot2 r-ggraph - r-ggrepel + r-giottoclass + r-giottoutils + r-giottovisuals r-igraph - r-irlba - r-lfa - r-limma - r-magick - r-magrittr r-matrix - r-matrixstats + r-matrixgenerics + r-reticulate + r-scales + r-sparsematrixstats + r-terra + r-uwot + + ;; The following are suggested packages + r-arrow + r-clusterr + r-complexheatmap + r-fitdistrplus + r-future-apply + r-ggdendro + r-limma r-plotly - r-qvalue r-r-utils - r-rcolorbrewer - r-rcpp - r-reshape2 - r-reticulate r-rfast r-rlang - r-rtsne - r-scales - r-uwot)) - (native-inputs (list r-knitr)) - (home-page "https://github.com/RubD/Giotto/") + r-rtsne)) + (native-inputs (list r-knitr r-testthat)) + (home-page "https://github.com/drieslab/Giotto") (synopsis "Spatial single-cell transcriptomics toolbox") (description "This package provides a toolbox to process, analyze and visualize |
