me
/
guix
Archived
1
0
Fork 0

gnu: Add r-alabaster-sce.

* gnu/packages/bioconductor.scm (r-alabaster-sce): New variable.

Change-Id: I8121614d5b93922555b6cb5fd7a05d68980aff20
master
Ricardo Wurmus 2024-05-07 12:19:33 +02:00
parent 092609b36a
commit 1dd2cce88f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 25 additions and 0 deletions

View File

@ -3295,6 +3295,31 @@ interpretation; downstream applications can enrich this metadata with
context-specific properties.") context-specific properties.")
(license license:expat))) (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 (define-public r-alabaster-schemas
(package (package
(name "r-alabaster-schemas") (name "r-alabaster-schemas")