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


From: guix-commits
Subject: 01/01: gnu: pigx-rnaseq: Update to 0.0.7.
Date: Thu, 20 Jun 2019 16:29:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 28618b05f002720bc56bae76659717a0eba4dd8b
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jun 20 22:29:07 2019 +0200

    gnu: pigx-rnaseq: Update to 0.0.7.
    
    * gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.7.
    [inputs]: Add coreutils and sed.
---
 gnu/packages/bioinformatics.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8cbb2e1..f1a73bc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12544,15 +12544,15 @@ once.  This package provides tools to perform 
Drop-seq analyses.")
 (define-public pigx-rnaseq
   (package
     (name "pigx-rnaseq")
-    (version "0.0.6")
+    (version "0.0.7")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_rnaseq/";
-                                  "releases/download/v." version
+                                  "releases/download/v" version
                                   "/pigx_rnaseq-" version ".tar.gz"))
               (sha256
                (base32
-                "1w7cwbbz1sbvbyqh5c60iqcjfs3qsppmdgxqa1i0w5wwb9mkh27m"))))
+                "013inbh22bjvwg2w0kx5i42k66w1zl4310ldip2ax6msgprs2ydj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f             ; not supported
@@ -12567,7 +12567,9 @@ once.  This package provides tools to perform Drop-seq 
analyses.")
                (("^  test.sh") ""))
              #t)))))
     (inputs
-     `(("gzip" ,gzip)
+     `(("coreutils" ,coreutils)
+       ("sed" ,sed)
+       ("gzip" ,gzip)
        ("snakemake" ,snakemake)
        ("fastqc" ,fastqc)
        ("multiqc" ,multiqc)



reply via email to

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