Skip to content

Commit

Permalink
Merge pull request #6396 from wm75/lofreq-log-fix
Browse files Browse the repository at this point in the history
Make wildcards work as intended for collecting lofreq log files
  • Loading branch information
mvdbeek authored Oct 2, 2024
2 parents f28d66c + 3734c4c commit 814935d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/lofreq/lofreq_call.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="lofreq_call" name="Call variants" version="@TOOL_VERSION@+galaxy2" profile="18.01">
<tool id="lofreq_call" name="Call variants" version="@TOOL_VERSION@+galaxy3" profile="18.01">
<description>with LoFreq</description>
<macros>
<import>macros.xml</import>
Expand Down Expand Up @@ -91,7 +91,7 @@
## in case of errors add the log files produced
## by the parallel workers to stderr
|| (tool_exit_code=\$? && cat "\$TMPDIR/lofreq2_call_parallel*/*.log" 1>&2 && exit \$tool_exit_code)
|| (tool_exit_code=\$? && cat "\$TMPDIR"/lofreq2_call_parallel*/*.log 1>&2 && exit \$tool_exit_code)
## work around a bug in lofreq call-parallel
## https://github.com/CSB5/lofreq/issues/85
Expand Down

0 comments on commit 814935d

Please sign in to comment.