1
0
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:
Ricardo Wurmus
2015-07-09 12:10:46 +02:00
parent c4fdfd6f90
commit 9f04196d88

View File

@@ -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")