mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: bwa-meth: Remove trailing #T from build phase.
* gnu/packages/bioinformatics.scm (bwa-meth)[arguments]: Remove trailing #T from build phase.
This commit is contained in:
parent
f32a49fceb
commit
9ce1fd24e3
1 changed files with 1 additions and 2 deletions
|
@ -2238,8 +2238,7 @@ (define-public bwa-meth
|
|||
(("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
|
||||
|
|
Loading…
Reference in a new issue