From 1dd2cce88ff66fb80e26277ff06492fc633aa64c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 7 May 2024 12:19:33 +0200 Subject: [PATCH] gnu: Add r-alabaster-sce. * gnu/packages/bioconductor.scm (r-alabaster-sce): New variable. Change-Id: I8121614d5b93922555b6cb5fd7a05d68980aff20 --- gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 295f067769..236ab05f7d 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -3295,6 +3295,31 @@ interpretation; downstream applications can enrich this metadata with context-specific properties.") (license license:expat))) +(define-public r-alabaster-sce + (package + (name "r-alabaster-sce") + (version "1.4.0") + (source + (origin + (method url-fetch) + (uri (bioconductor-uri "alabaster.sce" version)) + (sha256 + (base32 "1i9nmivsfrd7fbb8njmwihfx4xpj4p3h5bnlj9fvk5308bbj3qcg")))) + (properties `((upstream-name . "alabaster.sce"))) + (build-system r-build-system) + (propagated-inputs (list r-alabaster-base r-alabaster-se r-jsonlite + r-singlecellexperiment)) + (native-inputs (list r-knitr)) + (home-page "https://bioconductor.org/packages/alabaster.sce") + (synopsis "Load and save SingleCellExperiment from file") + (description + "This is a package for saving @code{SingleCellExperiment} into file +artifacts, and loading them back into memory. This is a more portable +alternative to serialization of such objects into RDS files. Each artifact is +associated with metadata for further interpretation; downstream applications +can enrich this metadata with context-specific properties.") + (license license:expat))) + (define-public r-alabaster-schemas (package (name "r-alabaster-schemas")