guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: pigx-scrnaseq: Update to 0.0.7.


From: Ricardo Wurmus
Subject: 01/02: gnu: pigx-scrnaseq: Update to 0.0.7.
Date: Fri, 3 Aug 2018 09:24:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 78933bffb7521d3cf1f39a896bc5352c7e1cefdf
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Aug 2 18:11:04 2018 +0200

    gnu: pigx-scrnaseq: Update to 0.0.7.
    
    * gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 0.0.7.
    [inputs]: Add samtools.
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 849225b..13572b0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13030,7 +13030,7 @@ methylation and segmentation.")
 (define-public pigx-scrnaseq
   (package
     (name "pigx-scrnaseq")
-    (version "0.0.6")
+    (version "0.0.7")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_scrnaseq/";
@@ -13038,7 +13038,7 @@ methylation and segmentation.")
                                   "/pigx_scrnaseq-" version ".tar.gz"))
               (sha256
                (base32
-                "0fvdymnka598z2ka7zk6rwrf9dq89p5lyd2y9swvyg72hn1jwjai"))))
+                "131zarirv16w8653m0d66jgjnwqfsxqc0hix0rypssz4d83bl51j"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -13061,6 +13061,7 @@ methylation and segmentation.")
        ("python-loompy" ,python-loompy)
        ("ghc-pandoc" ,ghc-pandoc-1)
        ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc-with-pandoc-1)
+       ("samtools" ,samtools)
        ("snakemake" ,snakemake-4)
        ("star" ,star)
        ("r-minimal" ,r-minimal)



reply via email to

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