[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
300/323: gnu: Add r-rhdf5filters.
From: |
guix-commits |
Subject: |
300/323: gnu: Add r-rhdf5filters. |
Date: |
Wed, 9 Dec 2020 06:47:57 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 86fcceeae1f551ddb9bc692e46245c8291ed3984
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Nov 21 10:23:27 2020 +0100
gnu: Add r-rhdf5filters.
* gnu/packages/bioinformatics.scm (r-rhdf5filters): New variable.
---
gnu/packages/bioinformatics.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 20acf63..1438fc3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9076,6 +9076,32 @@ provided as a matrix which can be used as an offset for
different expression
of gene-level counts.")
(license license:gpl2+)))
+(define-public r-rhdf5filters
+ (package
+ (name "r-rhdf5filters")
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "rhdf5filters" version))
+ (sha256
+ (base32
+ "1jvnss44liapbc6hk93yg1gknv0ahd5x86dydqiwq9l65jd03psq"))))
+ (properties `((upstream-name . "rhdf5filters")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-rhdf5lib" ,r-rhdf5lib)))
+ (inputs
+ `(("zlib" ,zlib)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/grimbough/rhdf5filters")
+ (synopsis "HDF5 compression filters")
+ (description
+ "This package provides a collection of compression filters for use with
+HDF5 datasets.")
+ (license license:bsd-2)))
+
(define-public r-rhdf5
(package
(name "r-rhdf5")
- 184/323: gnu: r-bioconcotk: Update to 1.10.0., (continued)
- 184/323: gnu: r-bioconcotk: Update to 1.10.0., guix-commits, 2020/12/09
- 215/323: gnu: r-deseq2: Update to 1.30.0., guix-commits, 2020/12/09
- 219/323: gnu: r-gseabase: Update to 1.52.0., guix-commits, 2020/12/09
- 232/323: gnu: r-biobase: Update to 2.50.0., guix-commits, 2020/12/09
- 236/323: gnu: r-biostrings: Update to 2.58.0., guix-commits, 2020/12/09
- 239/323: gnu: r-variantannotation: Update to 1.36.0., guix-commits, 2020/12/09
- 249/323: gnu: r-zlibbioc: Update to 1.36.0., guix-commits, 2020/12/09
- 247/323: gnu: r-genomation: Update to 1.22.0., guix-commits, 2020/12/09
- 269/323: gnu: Add r-msmstests., guix-commits, 2020/12/09
- 299/323: gnu: r-singlecellexperiment: Update to 1.12.0., guix-commits, 2020/12/09
- 300/323: gnu: Add r-rhdf5filters.,
guix-commits <=
- 275/323: gnu: r-fastseg: Update to 1.36.0., guix-commits, 2020/12/09
- 285/323: gnu: r-snpstats: Update to 1.40.0., guix-commits, 2020/12/09
- 267/323: gnu: r-pcamethods: Update to 1.82.0., guix-commits, 2020/12/09
- 283/323: gnu: r-biovizbase: Update to 1.38.0., guix-commits, 2020/12/09
- 276/323: gnu: r-keggrest: Update to 1.30.0., guix-commits, 2020/12/09
- 317/323: gnu: r-watermelon: Update to 1.34.0., guix-commits, 2020/12/09