[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/265: gnu: Add r-cytoml.
From: |
guix-commits |
Subject: |
19/265: gnu: Add r-cytoml. |
Date: |
Sun, 15 Dec 2019 09:39:55 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7a62d5e0c233738b387bfa9544f741dad5823146
Author: Ricardo Wurmus <address@hidden>
Date: Sun Dec 15 14:26:31 2019 +0100
gnu: Add r-cytoml.
* gnu/packages/bioconductor.scm (r-cytoml): New variable.
---
gnu/packages/bioconductor.scm | 48 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 56d32ed..73f4155 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -40,6 +40,7 @@
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages statistics)
#:use-module (gnu packages web)
+ #:use-module (gnu packages xml)
#:use-module (srfi srfi-1))
@@ -5627,6 +5628,53 @@ package.")
sequential way to mimic the manual gating strategy.")
(license license:artistic2.0)))
+(define-public r-cytoml
+ (package
+ (name "r-cytoml")
+ (version "1.12.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "CytoML" version))
+ (sha256
+ (base32
+ "0m8x18wkvis85cawv7j07pk59w76wnzy93ia99gd24j82z4h97p1"))))
+ (properties `((upstream-name . "CytoML")))
+ (build-system r-build-system)
+ (inputs
+ `(("libxml2" ,libxml2)))
+ (propagated-inputs
+ `(("r-base64enc" ,r-base64enc)
+ ("r-bh" ,r-bh)
+ ("r-biobase" ,r-biobase)
+ ("r-corpcor" ,r-corpcor)
+ ("r-cytolib" ,r-cytolib)
+ ("r-data-table" ,r-data-table)
+ ("r-dplyr" ,r-dplyr)
+ ("r-flowcore" ,r-flowcore)
+ ("r-flowworkspace" ,r-flowworkspace)
+ ("r-ggcyto" ,r-ggcyto)
+ ("r-graph" ,r-graph)
+ ("r-jsonlite" ,r-jsonlite)
+ ("r-lattice" ,r-lattice)
+ ("r-ncdfflow" ,r-ncdfflow)
+ ("r-opencyto" ,r-opencyto)
+ ("r-plyr" ,r-plyr)
+ ("r-rbgl" ,r-rbgl)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcppparallel" ,r-rcppparallel)
+ ("r-rgraphviz" ,r-rgraphviz)
+ ("r-rprotobuflib" ,r-rprotobuflib)
+ ("r-runit" ,r-runit)
+ ("r-xml" ,r-xml)
+ ("r-yaml" ,r-yaml)))
+ (home-page "https://github.com/RGLab/CytoML")
+ (synopsis "GatingML interface for cross platform cytometry data sharing")
+ (description
+ "This package provides an interface to implementations of the GatingML2.0
+standard to exchange gated cytometry data with other software platforms.")
+ (license license:artistic2.0)))
+
(define-public r-flowsom
(package
(name "r-flowsom")
- 15/265: gnu: Add r-rprotobuflib., (continued)
- 15/265: gnu: Add r-rprotobuflib., guix-commits, 2019/12/15
- 20/265: gnu: r-depecher: Update to 1.2.0., guix-commits, 2019/12/15
- 24/265: gnu: r-affycontam: Update to 1.44.0., guix-commits, 2019/12/15
- 25/265: gnu: r-affycoretools: Update to 1.58.2., guix-commits, 2019/12/15
- 27/265: gnu: r-annotate: Update to 1.64.0., guix-commits, 2019/12/15
- 29/265: gnu: r-regioner: Update to 1.18.0., guix-commits, 2019/12/15
- 34/265: gnu: r-qvalue: Update to 2.18.0., guix-commits, 2019/12/15
- 33/265: gnu: r-oligo: Update to 1.50.0., guix-commits, 2019/12/15
- 35/265: gnu: r-diffbind: Update to 2.14.0., guix-commits, 2019/12/15
- 38/265: gnu: r-graph: Update to 1.64.0., guix-commits, 2019/12/15
- 19/265: gnu: Add r-cytoml.,
guix-commits <=
- 22/265: gnu: r-affycomp: Update to 1.62.0., guix-commits, 2019/12/15
- 46/265: gnu: r-riboprofiling: Update to 1.16.0., guix-commits, 2019/12/15
- 41/265: gnu: r-cghbase: Update to 1.46.0., guix-commits, 2019/12/15
- 45/265: gnu: r-chipcomp: Update to 1.16.0., guix-commits, 2019/12/15
- 42/265: gnu: r-cghcall: Update to 2.48.0., guix-commits, 2019/12/15
- 54/265: gnu: r-plgem: Update to 1.58.0., guix-commits, 2019/12/15
- 50/265: gnu: r-ctc: Update to 1.60.0., guix-commits, 2019/12/15
- 55/265: gnu: r-inspect: Update to 1.16.0., guix-commits, 2019/12/15
- 70/265: gnu: r-monocle: Update to 2.14.0., guix-commits, 2019/12/15
- 79/265: gnu: r-methylkit: Update to 1.12.0., guix-commits, 2019/12/15