guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: trim-galore: Add pigz.


From: guix-commits
Subject: 03/03: gnu: trim-galore: Add pigz.
Date: Wed, 27 Mar 2019 06:32:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 58d8225ddba23245421bdc0cc9d8b138bc23b0ea
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 27 11:32:08 2019 +0100

    gnu: trim-galore: Add pigz.
    
    * gnu/packages/bioinformatics.scm (trim-galore)[inputs]: Add pigz.
    [arguments]: Embed reference to pigz.
---
 gnu/packages/bioinformatics.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3f94ef5..a0b44e5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10920,7 +10920,11 @@ with narrow binding events such as transcription 
factor ChIP-seq.")
                (("\"gunzip")
                 (string-append "\""
                                (assoc-ref inputs "gzip")
-                               "/bin/gunzip")))
+                               "/bin/gunzip"))
+               (("\"pigz")
+                (string-append "\""
+                               (assoc-ref inputs "pigz")
+                               "/bin/pigz")))
              #t))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
@@ -10932,6 +10936,7 @@ with narrow binding events such as transcription factor 
ChIP-seq.")
     (inputs
      `(("gzip" ,gzip)
        ("perl" ,perl)
+       ("pigz" ,pigz)
        ("cutadapt" ,cutadapt)))
     (native-inputs
      `(("unzip" ,unzip)))



reply via email to

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