guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: bwa-meth: Remove trailing #T from build phase.


From: guix-commits
Subject: 02/08: gnu: bwa-meth: Remove trailing #T from build phase.
Date: Mon, 31 Jan 2022 10:09:25 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9ce1fd24e37446b233c4a699770f30f8064f0cb3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 31 11:09:57 2022 +0100

    gnu: bwa-meth: Remove trailing #T from build phase.
    
    * gnu/packages/bioinformatics.scm (bwa-meth)[arguments]: Remove trailing #T
    from build phase.
---
 gnu/packages/bioinformatics.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b5d98cbbc6..4aa7fb7585 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2238,8 +2238,7 @@ well as many of the command line options.")
                (("bwa (mem|index)" _ command)
                 (string-append (which "bwa") " " command))
                ;; There's an ill-advised check for "samtools" on PATH.
-               (("^checkX.*") ""))
-             #t)))))
+               (("^checkX.*") "")))))))
     (inputs
      (list bwa))
     (native-inputs



reply via email to

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