From 9ce1fd24e37446b233c4a699770f30f8064f0cb3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 31 Jan 2022 11:09:57 +0100 Subject: 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 -- cgit v1.2.3