Skip to content

Commit

Permalink
Rules - fix poor name for Apply Rules output collection.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed May 4, 2018
1 parent 898e73e commit ec72382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/apply_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<param type="rules" name="rules" data_ref="input" label="Rules" />
</inputs>
<outputs>
<collection name="output" format_source="input" type_from_rules="rules" label="${on_string} (re-organized)" >
<collection name="output" format_source="input" type_from_rules="rules" label="${input.name} (re-organized)" >
</collection>
</outputs>
<help><![CDATA[
Expand Down

0 comments on commit ec72382

Please sign in to comment.