comparison indicator.xml @ 2:5d1f9418ff72 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ca8dc573528ab7c5290bc6ca029cb989f4755db6
author iuc
date Fri, 08 Sep 2017 14:34:37 -0400
parents e66e20795ddb
children c6524e1efe12
comparison
equal deleted inserted replaced
1:b569c0119fe2 2:5d1f9418ff72
51 <param name="havedesign" type="select" label="Will you supply a design file?"> 51 <param name="havedesign" type="select" label="Will you supply a design file?">
52 <option value="yes">yes</option> 52 <option value="yes">yes</option>
53 <option value="no">no</option> 53 <option value="no">no</option>
54 </param> 54 </param>
55 <when value="yes"> 55 <when value="yes">
56 <param name="tree" type="data" format="tree" optional="true" label="tree - A newick-formatted tree" help="Optional, if a design file is provided."/> 56 <param name="tree" type="data" format="mothur.tre" optional="true" label="tree - A newick-formatted tree" help="Optional, if a design file is provided."/>
57 <param name="design" type="data" format="mothur.design" optional="true" label="design - assign groups to new grouping" help="make sure your file is of type mothur.design. Design has 2 columns: group(col 1) and grouping(col 2) (separated by a TAB character)"/> 57 <param name="design" type="data" format="mothur.design" optional="true" label="design - assign groups to new grouping" help="make sure your file is of type mothur.design. Design has 2 columns: group(col 1) and grouping(col 2) (separated by a TAB character)"/>
58 <param name="groups" type="select" optional="true" multiple="true" label="groups - Pick groups to annalyze"> 58 <param name="groups" type="select" optional="true" multiple="true" label="groups - Pick groups to annalyze">
59 <options> 59 <options>
60 <filter type="data_meta" ref="design" key="groups"/> 60 <filter type="data_meta" ref="design" key="groups"/>
61 </options> 61 </options>
62 </param> 62 </param>
63 </when> 63 </when>
64 <when value="no"> 64 <when value="no">
65 <param name="tree" type="data" format="tree" label="tree - A newick-formatted tree" help="Mandatory if no design file is provided"/> 65 <param name="tree" type="data" format="mothur.tre" label="tree - A newick-formatted tree" help="Mandatory if no design file is provided"/>
66 <param name="groups" type="select" optional="true" multiple="true" label="groups - Pick groups to annalyze"> 66 <param name="groups" type="select" optional="true" multiple="true" label="groups - Pick groups to annalyze">
67 <options> 67 <options>
68 <filter type="data_meta" ref="otu" key="groups"/> 68 <filter type="data_meta" ref="otu" key="groups"/>
69 </options> 69 </options>
70 </param> 70 </param>