# HG changeset patch # User iuc # Date 1727857225 0 # Node ID b11e8e9c23bf57c09f31d504a04b7c3069c221f7 # Parent 4805fe3d8fdac5605c859dd202c6fe667c72c66f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lofreq commit 814935de92514901b397ad335e9a43dba728973f diff -r 4805fe3d8fda -r b11e8e9c23bf lofreq_call.xml --- a/lofreq_call.xml Wed Jul 06 09:25:57 2022 +0000 +++ b/lofreq_call.xml Wed Oct 02 08:20:25 2024 +0000 @@ -1,4 +1,4 @@ - + with LoFreq macros.xml @@ -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