Skip to content

Commit

Permalink
Add wildcard to output data element for log.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-wagner committed Jul 6, 2024
1 parent f154c6b commit c56d68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fragpipe/fragpipe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<filter>workflow_only or (output_options and 'workflow' in output_options)</filter>
</data>
<!-- FragPipe log -->
<data name="log" format="txt" label="${tool.name} on ${on_string}: log.txt" from_work_dir="outputs/log.txt">
<data name="log" format="txt" label="${tool.name} on ${on_string}: log.txt" from_work_dir="outputs/log_*.txt">
<filter>not workflow_only and output_options and 'log' in output_options</filter>
</data>

Expand Down

0 comments on commit c56d68b

Please sign in to comment.