rekado pushed a commit to branch master
in repository guix.
commit 9ce1fd24e37446b233c4a699770f30f8064f0cb3
Author: Ricardo Wurmus <[email protected]>
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