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.5.


From: guix-commits
Subject: 01/01: gnu: pigx-rnaseq: Update to 0.0.5.
Date: Tue, 4 Dec 2018 10:36:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 42c3e00c20dbc9fbdd938ddf6d5d88a92d622b77
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 4 16:20:59 2018 +0100

    gnu: pigx-rnaseq: Update to 0.0.5.
    
    * gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.5.
    [inputs]: Replace snakemake-4 with snakemake.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 026527c..7c0429a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12957,7 +12957,7 @@ once.  This package provides tools to perform Drop-seq 
analyses.")
 (define-public pigx-rnaseq
   (package
     (name "pigx-rnaseq")
-    (version "0.0.4")
+    (version "0.0.5")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_rnaseq/";
@@ -12965,7 +12965,7 @@ once.  This package provides tools to perform Drop-seq 
analyses.")
                                   "/pigx_rnaseq-" version ".tar.gz"))
               (sha256
                (base32
-                "16gla23rmziimqan7w494q0nr7vfbp42zzkrl9fracmr4k7b1kzr"))))
+                "05gn658zpj9xki5dbs728z9zxq1mcm25hkwr5vzwqxsfi15l5f2l"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f             ; not supported
@@ -12981,7 +12981,7 @@ once.  This package provides tools to perform Drop-seq 
analyses.")
              #t)))))
     (inputs
      `(("gzip" ,gzip)
-       ("snakemake" ,snakemake-4)
+       ("snakemake" ,snakemake)
        ("fastqc" ,fastqc)
        ("multiqc" ,multiqc)
        ("star" ,star)



reply via email to

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