GNU bug report logs -
#37988
[PATCH 0/6] Add flowWorkspace from BioConductor
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Wed, 30 Oct 2019 10:24:02 UTC
Severity: normal
Tags: patch
Done: zimoun <zimon.toutoune <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/bioconductor.scm (r-ncdfflow): 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 a5c6e1ed55..2636095e0f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6228,3 +6228,35 @@ Protocol buffers 2.6.0 for other R packages to compile and link against.")
(description "This package provides the core data structure and API to
represent and interact with the gated cytometry data.")
(license license:artistic2.0)))
+
+(define-public r-ncdfflow
+ (package
+ (name "r-ncdfflow")
+ (version "2.30.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "ncdfFlow" version))
+ (sha256
+ (base32
+ "02769pr4gipjdlknhk8adica7v37c9fviffv0qscrf9v5j26rxzw"))))
+ (properties
+ `((upstream-name . "ncdfFlow")))
+ (build-system r-build-system)
+ (inputs `(("zlib" ,zlib)))
+ (propagated-inputs
+ `(("r-bh" ,r-bh)
+ ("r-biobase" ,r-biobase)
+ ("r-biocgenerics" ,r-biocgenerics)
+ ("r-flowcore" ,r-flowcore)
+ ("r-flowviz" ,r-flowviz)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcpparmadillo" ,r-rcpparmadillo)
+ ("r-rhdf5lib" ,r-rhdf5lib)
+ ("r-zlibbioc" ,r-zlibbioc)))
+ (home-page "https://bioconductor.org/packages/ncdfFlow")
+ (synopsis "Storage based on HDF5 for flow cytometry data")
+ (description
+ "This package provides HDF5 storage based methods and functions for
+manipulation of flow cytometry data.")
+ (license license:artistic2.0)))
--
2.23.0
This bug report was last modified 5 years and 150 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.