guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: pigx-rnaseq: Update to 0.0.3.


From: Ricardo Wurmus
Subject: 01/01: gnu: pigx-rnaseq: Update to 0.0.3.
Date: Tue, 20 Mar 2018 07:21:31 -0400 (EDT)

rekado pushed a commit to branch rhel6
in repository guix.

commit 85fd344d25f6217442be02a26bd7da3f3cacc7cc
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Mar 20 12:16:37 2018 +0100

    gnu: pigx-rnaseq: Update to 0.0.3.
    
    * gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.3.
    [inputs]: Add gzip.
---
 gnu/packages/bioinformatics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a77146b..6c298aa 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12665,7 +12665,7 @@ once.  This package provides tools to perform Drop-seq 
analyses.")
 (define-public pigx-rnaseq
   (package
     (name "pigx-rnaseq")
-    (version "0.0.2")
+    (version "0.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_rnaseq/";
@@ -12673,7 +12673,7 @@ once.  This package provides tools to perform Drop-seq 
analyses.")
                                   "/pigx_rnaseq-" version ".tar.gz"))
               (sha256
                (base32
-                "168hx2ig3rarphx3l21ay9yyg8ipaakzixnrhpbdi0sknhyvrrk8"))))
+                "0pz080k4ajlc4rlznkn3najy2a6874gb56rf9g4ag9wqz31q174j"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f             ; not supported
@@ -12695,7 +12695,8 @@ once.  This package provides tools to perform Drop-seq 
analyses.")
                  `("PYTHONPATH"  ":" = (,(getenv "PYTHONPATH")))))
              #t)))))
     (inputs
-     `(("snakemake" ,snakemake)
+     `(("gzip" ,gzip)
+       ("snakemake" ,snakemake)
        ("fastqc" ,fastqc)
        ("multiqc" ,multiqc)
        ("star" ,star)



reply via email to

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