1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 20:40:40 +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
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")