mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 13:31:16 +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")
|
(chdir "preseq-master")
|
||||||
#t))
|
#t))
|
||||||
(add-after
|
(add-after
|
||||||
'unpack 'use-samtools-headers
|
'enter-dir 'use-samtools-headers
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* '("smithlab_cpp/SAM.cpp"
|
(substitute* '("smithlab_cpp/SAM.cpp"
|
||||||
"smithlab_cpp/SAM.hpp")
|
"smithlab_cpp/SAM.hpp")
|
||||||
|
|||||||
Reference in New Issue
Block a user