mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 23:20:37 +02:00
gnu: preseq: Move "use-samtools-headers" phase.
* gnu/packages/bioinformatics.scm (preseq)[arguments]: Move phase "use-samtools-headers" after "enter-dir" phase.
This commit is contained in:
@@ -2115,7 +2115,7 @@ subsequent visualization, annotation and storage of results.")
|
||||
(chdir "preseq-master")
|
||||
#t))
|
||||
(add-after
|
||||
'unpack 'use-samtools-headers
|
||||
'enter-dir 'use-samtools-headers
|
||||
(lambda _
|
||||
(substitute* '("smithlab_cpp/SAM.cpp"
|
||||
"smithlab_cpp/SAM.hpp")
|
||||
|
||||
Reference in New Issue
Block a user