summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLaurent Gatto <lgatto@protonmail.ch>2026-03-02 08:49:32 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-07 11:57:36 +0100
commiteaab307c5c4b10a3fa684ffee933de4b44fa82dd (patch)
treecf2eac70edd225e42480affa145ffa6008748f53 /gnu
parentd2079b3643a57b962d168810c16e3cc5120a6725 (diff)
gnu: Add r-msdatahub.
* gnu/packages/bioconductor.scm (r-msdatahub): New variable. Change-Id: I63977e3c950b122c014108683e84aefa51972064
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioconductor.scm29
1 files changed, 29 insertions, 0 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 434437dc7c5..773f871521f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11868,6 +11868,35 @@ package thus provides an alternative MS data representation for very large or
remote MS data sets.")
(license license:artistic2.0)))
+(define-public r-msdatahub
+ (package
+ (name "r-msdatahub")
+ (version "1.10.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "MsDataHub" version))
+ (sha256
+ (base32 "09rfj583b1vz3p328pnlrzj7mxg6804ia1q84p9y5pvzcb0z17fv"))))
+ (properties `((upstream-name . "MsDataHub")))
+ (build-system r-build-system)
+ (arguments
+ (list
+ #:phases '(modify-phases %standard-phases
+ (add-after 'unpack 'set-HOME
+ (lambda _
+ (setenv "HOME" "/tmp"))))))
+ (propagated-inputs (list r-experimenthub))
+ (native-inputs (list r-knitr r-testthat))
+ (home-page "https://rformassspectrometry.github.io/MsDataHub")
+ (synopsis "Mass spectrometry data on ExperimentHub")
+ (description
+ "The @code{MsDataHub} package uses the @code{ExperimentHub}
+infrastructure to distribute raw mass spectrometry data files, peptide
+spectrum matches or quantitative data from proteomics and metabolomics
+experiments.")
+ (license license:artistic2.0)))
+
(define-public r-msexperiment
(package
(name "r-msexperiment")