From 244270e6ae2d44ab6f06ffa6061660c85d3f357c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 18 Dec 2019 15:25:00 +0100 Subject: gnu: Add r-experimenthub. * gnu/packages/bioconductor.scm (r-experimenthub): New variable. --- gnu/packages/bioconductor.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index abba62d659..70ad6edc2f 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7139,3 +7139,35 @@ monograph.") "This package provides examples and code that make use of the different graph related packages produced by Bioconductor.") (license license:artistic2.0))) + +(define-public r-experimenthub + (package + (name "r-experimenthub") + (version "1.12.0") + (source + (origin + (method url-fetch) + (uri (bioconductor-uri "ExperimentHub" version)) + (sha256 + (base32 + "054w2lkyirbmhgia0rp4nk9zzw3zphz6jxg6fc9zlarp90g64z24")))) + (properties `((upstream-name . "ExperimentHub"))) + (build-system r-build-system) + (propagated-inputs + `(("r-annotationhub" ,r-annotationhub) + ("r-biocfilecache" ,r-biocfilecache) + ("r-biocgenerics" ,r-biocgenerics) + ("r-biocmanager" ,r-biocmanager) + ("r-curl" ,r-curl) + ("r-rappdirs" ,r-rappdirs) + ("r-s4vectors" ,r-s4vectors))) + (home-page "https://bioconductor.org/packages/ExperimentHub/") + (synopsis "Client to access ExperimentHub resources") + (description + "This package provides a client for the Bioconductor ExperimentHub web +resource. ExperimentHub provides a central location where curated data from +experiments, publications or training courses can be accessed. Each resource +has associated metadata, tags and date of modification. The client creates +and manages a local cache of files retrieved enabling quick and reproducible +access.") + (license license:artistic2.0))) -- cgit v1.2.3