Previous changeset 1:ca8ce6d19437 (2017-09-05) Next changeset 3:39df13dda6bf (2018-03-20) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ca8dc573528ab7c5290bc6ca029cb989f4755db6 |
modified:
remove.rare.xml |
b |
diff -r ca8ce6d19437 -r c90c4b4a0fae remove.rare.xml --- a/remove.rare.xml Tue Sep 05 17:00:14 2017 -0400 +++ b/remove.rare.xml Fri Sep 08 14:35:56 2017 -0400 |
b |
@@ -70,7 +70,7 @@ <when value="list"> <param name="otu" type="data" format="mothur.list" label="list - Otu dataset"/> <param name="group" type="data" optional="true" format="mothur.groups" label="group - Groups"/> - <param name="count" type="data" format="count_table" optional="true" label="count - Count Table" help="If you clustered with a count file, can only supply one of group or count table, not both"/> + <param name="count" type="data" format="mothur.count_table" optional="true" label="count - Count Table" help="If you clustered with a count file, can only supply one of group or count table, not both"/> <param name="groups" type="select" optional="true" label="groups - Pick groups to analyze" multiple="true"> <options> <filter type="data_meta" ref="group" key="groups"/> |