Skip to content

Commit

Permalink
add label default
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Sep 25, 2024
1 parent 8fda22d commit b6d2930
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/structureharvester/structureharvester.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
<param argument="--clumpp" type="boolean" checked="false" truevalue="--clumpp" falsevalue="" label="Generates one K*.indfile for each value of K run, for use with CLUMPP." />
</inputs>
<outputs>
<data name="summary" format="txt" label="Structure Harvester summary"/>
<data name="evanno_out" format="txt" label="Evann method output">
<data name="summary" format="txt" label="${tool.name} on ${on_string}: Summary"/>
<data name="evanno_out" format="txt" label="${tool.name} on ${on_string}: Evann output">
<filter>evanno</filter>
</data>
<collection name="clumpp_indfile" type="list" label="Clumpp K*.indfile">
<collection name="clumpp_indfile" type="list" label="${tool.name} on ${on_string}: Clumpp K*.indfile">
<filter>clumpp</filter>
<discover_datasets pattern="__name__" format="txt" directory="clumpp_indfile" />
</collection>
<collection name="clumpp_popfile" type="list" label="Clumpp K*.popfile">
<collection name="clumpp_popfile" type="list" label="${tool.name} on ${on_string}: Clumpp K*.popfile">
<filter>clumpp</filter>
<discover_datasets pattern="__name__" format="txt" directory="clumpp_popfile" />
</collection>
Expand Down

0 comments on commit b6d2930

Please sign in to comment.