Skip to content

Commit

Permalink
more precise output label
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Nov 19, 2024
1 parent 4dac0c7 commit a5c4daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/checkm2/checkm2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<collection name="protein_files" label="${tool.name} on ${on_string}: protein files" type="list">
<discover_datasets pattern="(?P&lt;designation&gt;.*)\.faa" format="fasta" directory="output/protein_files"/>
</collection>
<collection name="diamond_files" label="${tool.name} on ${on_string}: Diamond files" type="list">
<collection name="diamond_files" label="${tool.name} on ${on_string}: Tabular diamond output" type="list">
<discover_datasets pattern="(?P&lt;designation&gt;.*)\.tsv" format="tabular" directory="output/diamond_output"/>
</collection>
</outputs>
Expand Down

0 comments on commit a5c4daf

Please sign in to comment.