[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/265: gnu: Add r-cytolib.
From: |
guix-commits |
Subject: |
06/265: gnu: Add r-cytolib. |
Date: |
Sun, 15 Dec 2019 09:39:53 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit b4aee31dcb3a926109a185df055e780116867fcc
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 16:38:06 2019 +0100
gnu: Add r-cytolib.
* gnu/packages/bioconductor.scm (r-cytolib): New variable.
---
gnu/packages/bioconductor.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 894a150..796543f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5264,6 +5264,26 @@ and to both short and long sequence reads.")
cluster count and membership by stability evidence in unsupervised analysis.")
(license license:gpl2)))
+(define-public r-cytolib
+ (package
+ (name "r-cytolib")
+ (version "1.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "cytolib" version))
+ (sha256
+ (base32
+ "1zk5i09k782lw6297gl3rh0g4fxswr2ang8dgqj7p0814l7h15k9"))))
+ (properties `((upstream-name . "cytolib")))
+ (build-system r-build-system)
+ (home-page "https://bioconductor.org/packages/cytolib/")
+ (synopsis "C++ infrastructure for working with gated cytometry")
+ (description
+ "This package provides the core data structure and API to represent and
+interact with gated cytometry data.")
+ (license license:artistic2.0)))
+
(define-public r-flowcore
(package
(name "r-flowcore")
- branch master updated (58c3a4f -> 6e10ac0), guix-commits, 2019/12/15
- 01/265: gnu: Add r-idpmisc., guix-commits, 2019/12/15
- 03/265: gnu: Add r-qqman., guix-commits, 2019/12/15
- 04/265: gnu: Add r-biocversion., guix-commits, 2019/12/15
- 06/265: gnu: Add r-cytolib.,
guix-commits <=
- 02/265: guix: Upgrade to Bioconductor 3.10., guix-commits, 2019/12/15
- 05/265: gnu: Add r-multidataset., guix-commits, 2019/12/15
- 07/265: gnu: Add r-ncdfflow., guix-commits, 2019/12/15
- 08/265: gnu: Add r-ggcyto., guix-commits, 2019/12/15
- 09/265: gnu: Add r-ggplot-multistats., guix-commits, 2019/12/15
- 10/265: gnu: Add r-knn-covertree., guix-commits, 2019/12/15
- 13/265: gnu: Add r-flowviz., guix-commits, 2019/12/15
- 12/265: gnu: r-rgraphviz: Update to 2.30.0., guix-commits, 2019/12/15
- 18/265: gnu: Add r-opencyto., guix-commits, 2019/12/15
- 23/265: gnu: r-affycompatible: Update to 1.46.0., guix-commits, 2019/12/15