guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add r-loomr.


From: guix-commits
Subject: branch master updated: gnu: Add r-loomr.
Date: Wed, 09 Sep 2020 10:56:26 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1f56ec0  gnu: Add r-loomr.
1f56ec0 is described below

commit 1f56ec08af704bdc7aa3e143bf5ce351c5306dea
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Sep 9 16:56:02 2020 +0200

    gnu: Add r-loomr.
    
    * gnu/packages/bioinformatics.scm (r-loomr): 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 cab3df2..f8792ef 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7808,6 +7808,32 @@ and the assessment of differential expression.  The 
analysis methods apply to
 different technologies, including microarrays, RNA-seq, and quantitative PCR.")
     (license license:gpl2+)))
 
+(define-public r-loomr
+  (package
+   (name "r-loomr")
+   (version "0.2.0-beta")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append
+                  "https://github.com/mojaveazure/loomR/archive/";
+                  version ".tar.gz"))
+            (sha256
+             (base32
+              "1grchjgiky5siifkl9hmj6v0sf7q2by62rfdj2k8s2zhmrpgb0yw"))))
+   (build-system r-build-system)
+   (propagated-inputs
+    `(("r-hdf5r" ,r-hdf5r)
+      ("r-r6" ,r-r6)
+      ("r-iterators" ,r-iterators)
+      ("r-itertools" ,r-itertools)
+      ("r-matrix" ,r-matrix)))
+   (home-page "http://loompy.org";)
+   (synopsis "R interface for loom files")
+   (description "This package provides an interface for the single-cell
+RNAseq-oriented loom format.  Loom files are an HDF5-based format for storing
+and interacting with large single-cell RNAseq datasets.")
+   (license license:gpl3)))
+
 (define-public r-xvector
   (package
     (name "r-xvector")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]