Skip to content

Commit

Permalink
gtdbtk: fix log filter (#5808)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias authored Mar 8, 2024
1 parent 839a3c8 commit fe7c6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/gtdbtk/gtdbtk_classify_wf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $advanced.force
</inputs>
<outputs>
<data name="process_log" format="txt" label="${tool.name} on ${on_string} (process log)">
<filter>advanced['output_process_log'] == 'yes'</filter>
<filter>advanced['output_process_log']</filter>
</data>
<collection name="output_align" type="list" format="fasta.gz" label="${tool.name} on ${on_string} (align)">
<discover_datasets pattern="(?P&lt;designation&gt;.+)\.fasta.gz" ext="fasta.gz" directory="output_dir/align"/>
Expand Down
2 changes: 1 addition & 1 deletion tools/gtdbtk/macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<macros>
<token name="@TOOL_VERSION@">2.3.2</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@PROFILE@">22.05</token>
<xml name="requirements">
<requirements>
Expand Down

0 comments on commit fe7c6bb

Please sign in to comment.