[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: Add r-beachmat.
From: |
Ricardo Wurmus |
Subject: |
04/07: gnu: Add r-beachmat. |
Date: |
Mon, 12 Feb 2018 09:29:51 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 9ec08988249312d4f09d0e2e9da0164764783b12
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 15:19:00 2018 +0100
gnu: Add r-beachmat.
* gnu/packages/bioinformatics.scm (r-beachmat): New variable.
---
gnu/packages/bioinformatics.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0dbb1f1..a5a4abb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10484,6 +10484,33 @@ block processing.")
packages.")
(license license:artistic2.0)))
+(define-public r-beachmat
+ (package
+ (name "r-beachmat")
+ (version "1.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "beachmat" version))
+ (sha256
+ (base32
+ "0b6dzja5fbx4dawb7ixj67mlhw4fy62pfp20mfp918fy96zmdwqz"))))
+ (build-system r-build-system)
+ (inputs
+ `(("hdf5" ,hdf5)))
+ (propagated-inputs
+ `(("r-delayedarray" ,r-delayedarray)
+ ("r-hdf5array" ,r-hdf5array)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rhdf5" ,r-rhdf5)
+ ("r-rhdf5lib" ,r-rhdf5lib)))
+ (home-page "https://bioconductor.org/packages/beachmat")
+ (synopsis "Compiling Bioconductor to handle each matrix type")
+ (description "This package provides a consistent C++ class interface for a
+variety of commonly used matrix types, including sparse and HDF5-backed
+matrices.")
+ (license license:gpl3)))
+
(define htslib-for-sambamba
(let ((commit "2f3c3ea7b301f9b45737a793c0b2dcf0240e5ee5"))
(package
- branch master updated (ecae16b -> 7f1d9be), Ricardo Wurmus, 2018/02/12
- 01/07: gnu: hdf5: Build with -fPIC., Ricardo Wurmus, 2018/02/12
- 04/07: gnu: Add r-beachmat.,
Ricardo Wurmus <=
- 07/07: gnu: Add r-scran., Ricardo Wurmus, 2018/02/12
- 03/07: gnu: Add r-rhdf5lib., Ricardo Wurmus, 2018/02/12
- 05/07: gnu: Add r-singlecellexperiment., Ricardo Wurmus, 2018/02/12
- 02/07: gnu: Add r-shinydashboard., Ricardo Wurmus, 2018/02/12
- 06/07: gnu: Add r-scater., Ricardo Wurmus, 2018/02/12