me
/
guix
Archived
1
0
Fork 0

gnu: Add r-alabaster-ranges.

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

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

View File

@ -3264,6 +3264,37 @@ associated with metadata for further interpretation; downstream applications
can enrich this metadata with context-specific properties.") can enrich this metadata with context-specific properties.")
(license license:expat))) (license license:expat)))
(define-public r-alabaster-ranges
(package
(name "r-alabaster-ranges")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "alabaster.ranges" version))
(sha256
(base32 "0kjafvd4pc3bxnpjz0nvs07sdy65ad0hyzwq0nv7cifbzw9qajay"))))
(properties `((upstream-name . "alabaster.ranges")))
(build-system r-build-system)
(propagated-inputs (list r-alabaster-base
r-biocgenerics
r-genomeinfodb
r-genomicranges
r-iranges
r-rhdf5
r-s4vectors))
(native-inputs (list r-knitr))
(home-page "https://bioconductor.org/packages/alabaster.ranges")
(synopsis "Load and save Ranges-related artifacts from file")
(description
"This is a package for saving @code{GenomicRanges}, @code{IRanges} and
related data structures 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")