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 f3870b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
1 change: 0 additions & 1 deletion tools/fragpipe/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
-->
<token name="@PREPARE_OUTPUTS@"><![CDATA[
cd outputs &&
ln -s log_*.txt log.txt &&
#if $output_options and 'combined_outputs' in $output_options
mkdir combined_outputs &&
Expand Down

0 comments on commit f3870b0

Please sign in to comment.