comparison mothur/tools/mothur/libshuff.xml @ 25:bfbaf823be4c

Change metagenomics datatypes to include labels and groups metadata. change Mothur tool configs to get label and group select options from a data_meta filter rather than using the options from_dataset attribute. This grealty decreases memory demand for the galaxy server.
author Jim Johnson <jj@umn.edu>
date Wed, 16 May 2012 12:28:44 -0500
parents e990ac8a0f58
children 49058b1f8d3f
comparison
equal deleted inserted replaced
24:09740be2bc9c 25:bfbaf823be4c
25 </command> 25 </command>
26 <inputs> 26 <inputs>
27 <param name="dist" type="data" format="lower.dist,square.dist" label="phylip - Distance Matrix"/> 27 <param name="dist" type="data" format="lower.dist,square.dist" label="phylip - Distance Matrix"/>
28 <param name="group" type="data" format="groups" label="group - Groups"/> 28 <param name="group" type="data" format="groups" label="group - Groups"/>
29 <param name="groups" type="select" label="groups - Groups to condider" multiple="true"> 29 <param name="groups" type="select" label="groups - Groups to condider" multiple="true">
30 <options from_dataset="group"> 30 <options>
31 <column name="name" index="1"/> 31 <filter type="data_meta" ref="group" key="groups" />
32 <column name="value" index="1"/>
33 <filter type="unique_value" name="unq_grp" column="1" />
34 </options> 32 </options>
35 </param> 33 </param>
36 <param name="iters" type="integer" value="10000" label="iters - Number of iterations to try (default 10000)"/> 34 <param name="iters" type="integer" value="10000" label="iters - Number of iterations to try (default 10000)"/>
37 <param name="sim" type="boolean" checked="false" truevalue="--sim=true" falsevalue="" label="sim - Matrix values are Similary instead of Distance" help=""/> 35 <param name="sim" type="boolean" checked="false" truevalue="--sim=true" falsevalue="" label="sim - Matrix values are Similary instead of Distance" help=""/>
38 <conditional name="form"> 36 <conditional name="form">