~ruther/guix-local

9f04196d88a9b50ea65a6eb05dc0372e985bca41 — Ricardo Wurmus 10 years ago c4fdfd6
gnu: preseq: Move "use-samtools-headers" phase.

* gnu/packages/bioinformatics.scm (preseq)[arguments]: Move phase
  "use-samtools-headers" after "enter-dir" phase.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +1 -1
@@ 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")