me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/bioinformatics.scm (bwa-meth)[arguments]: Remove trailing #T
from build phase.
master
Ricardo Wurmus 2022-01-31 11:09:57 +01:00
parent f32a49fceb
commit 9ce1fd24e3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -2238,8 +2238,7 @@ well as many of the command line options.")
(("bwa (mem|index)" _ command) (("bwa (mem|index)" _ command)
(string-append (which "bwa") " " command)) (string-append (which "bwa") " " command))
;; There's an ill-advised check for "samtools" on PATH. ;; There's an ill-advised check for "samtools" on PATH.
(("^checkX.*") "")) (("^checkX.*") "")))))))
#t)))))
(inputs (inputs
(list bwa)) (list bwa))
(native-inputs (native-inputs