[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/54: gnu: r-mzid: Move to (gnu packages bioconductor).
From: |
guix-commits |
Subject: |
15/54: gnu: r-mzid: Move to (gnu packages bioconductor). |
Date: |
Mon, 31 May 2021 10:03:07 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7756e08b44b40ff46357572befa81fb173ca7edc
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri May 21 22:25:47 2021 +0200
gnu: r-mzid: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-mzid): Move from here...
* gnu/packages/bioconductor.scm (r-mzid): ...to here.
---
gnu/packages/bioconductor.scm | 31 +++++++++++++++++++++++++++++++
gnu/packages/bioinformatics.scm | 31 -------------------------------
2 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index e70f2bc..8fc035b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2731,6 +2731,37 @@ contains a number of utilities to explore the MS/MS
results and assess missed
and irregular enzymatic cleavages, mass measurement accuracy, etc.")
(license license:artistic2.0)))
+(define-public r-mzid
+ (package
+ (name "r-mzid")
+ (version "1.28.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "mzID" version))
+ (sha256
+ (base32
+ "0s7d6cz1li7v3ni6n6hrdspl93yiyr283kmbbd3hhkfgzgx6kpq2"))))
+ (properties `((upstream-name . "mzID")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-doparallel" ,r-doparallel)
+ ("r-foreach" ,r-foreach)
+ ("r-iterators" ,r-iterators)
+ ("r-plyr" ,r-plyr)
+ ("r-protgenerics" ,r-protgenerics)
+ ("r-xml" ,r-xml)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://bioconductor.org/packages/mzID")
+ (synopsis "Parser for mzIdentML files")
+ (description
+ "This package provides a parser for mzIdentML files implemented using the
+XML package. The parser tries to be general and able to handle all types of
+mzIdentML files with the drawback of having less pretty output than a vendor
+specific parser.")
+ (license license:gpl2+)))
+
(define-public r-pcamethods
(package
(name "r-pcamethods")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a2c99ec..f6ec7e3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9196,37 +9196,6 @@ their variance is independent of the mean, and they are
usually more sensitive
and specific in detecting differential transcription.")
(license license:artistic2.0)))
-(define-public r-mzid
- (package
- (name "r-mzid")
- (version "1.28.0")
- (source
- (origin
- (method url-fetch)
- (uri (bioconductor-uri "mzID" version))
- (sha256
- (base32
- "0s7d6cz1li7v3ni6n6hrdspl93yiyr283kmbbd3hhkfgzgx6kpq2"))))
- (properties `((upstream-name . "mzID")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-doparallel" ,r-doparallel)
- ("r-foreach" ,r-foreach)
- ("r-iterators" ,r-iterators)
- ("r-plyr" ,r-plyr)
- ("r-protgenerics" ,r-protgenerics)
- ("r-xml" ,r-xml)))
- (native-inputs
- `(("r-knitr" ,r-knitr)))
- (home-page "https://bioconductor.org/packages/mzID")
- (synopsis "Parser for mzIdentML files")
- (description
- "This package provides a parser for mzIdentML files implemented using the
-XML package. The parser tries to be general and able to handle all types of
-mzIdentML files with the drawback of having less pretty output than a vendor
-specific parser.")
- (license license:gpl2+)))
-
(define-public r-aroma-light
(package
(name "r-aroma-light")
- 14/54: gnu: r-pcamethods: Move to (gnu packages bioconductor)., (continued)
- 14/54: gnu: r-pcamethods: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 16/54: gnu: r-aroma-light: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 19/54: gnu: r-interactivedisplaybase: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 06/54: gnu: r-msnid: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 07/54: gnu: r-msnbase: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 05/54: gnu: r-bsgenome: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 03/54: gnu: r-genomicfeatures: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 01/54: gnu: r-genomicalignments: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 12/54: gnu: r-genomation: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 10/54: gnu: r-seqpattern: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 15/54: gnu: r-mzid: Move to (gnu packages bioconductor).,
guix-commits <=
- 18/54: gnu: r-edaseq: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 17/54: gnu: r-deseq: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 29/54: gnu: r-affyio: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 21/54: gnu: r-fastseg: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 25/54: gnu: r-complexheatmap: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 20/54: gnu: r-annotationhub: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 22/54: gnu: r-affy: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 32/54: gnu: r-ensembldb: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 33/54: gnu: r-mzr: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 34/54: gnu: r-protgenerics: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31