comparison mothur/tools/mothur/tree.shared.xml @ 1:fcc0778f6987

Migrated tool version 1.16.0 from old tool shed archive to new tool shed repository
author jjohnson
date Tue, 07 Jun 2011 17:35:35 -0400
parents 3202a38e44d9
children e990ac8a0f58
comparison
equal deleted inserted replaced
0:3202a38e44d9 1:fcc0778f6987
1 <tool id="mothur_tree_shared" name="Tree.shared" version="1.15.0" force_history_refresh="True"> 1 <tool id="mothur_tree_shared" name="Tree.shared" version="1.16.0" force_history_refresh="True">
2 <description>Generate a newick tree for dissimilarity among groups</description> 2 <description>Generate a newick tree for dissimilarity among groups</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='tree.shared' 5 --cmd='tree.shared'
6 --result='^mothur.\S+\.logfile$:'$logfile 6 --result='^mothur.\S+\.logfile$:'$logfile
57 <param name="otu" type="data" format="shared" label="read.otu(shared=) - OTU Shared"/> 57 <param name="otu" type="data" format="shared" label="read.otu(shared=) - OTU Shared"/>
58 <param name="label" type="select" label="label - OTU Labels" multiple="true"> 58 <param name="label" type="select" label="label - OTU Labels" multiple="true">
59 <options from_dataset="otu"> 59 <options from_dataset="otu">
60 <column name="name" index="0"/> 60 <column name="name" index="0"/>
61 <column name="value" index="0"/> 61 <column name="value" index="0"/>
62 <filter type="unique_value" name="unq_lbl" column="0" />
62 </options> 63 </options>
63 </param> 64 </param>
64 <param name="groups" type="select" label="groups - Groups to consider" multiple="true"> 65 <param name="groups" type="select" label="groups - Groups to consider" multiple="true">
65 <options from_dataset="otu"> 66 <options from_dataset="otu">
66 <column name="name" index="1"/> 67 <column name="name" index="1"/>
69 </options> 70 </options>
70 </param> 71 </param>
71 </when> 72 </when>
72 </conditional> 73 </conditional>
73 <param name="calc" type="select" label="calc - Calculators (Uses defaults if none selected)" multiple="true"> 74 <param name="calc" type="select" label="calc - Calculators (Uses defaults if none selected)" multiple="true">
74 <options from_file="mothur_calulators.loc"> 75 <options from_file="mothur_calculators.loc">
75 <column name="mult2" index="2"/> 76 <column name="mult2" index="2"/>
76 <column name="name" index="0"/> 77 <column name="name" index="0"/>
77 <column name="value" index="0"/> 78 <column name="value" index="0"/>
78 <filter type="static_value" name="mult2" column="2" value="shar" /> 79 <filter type="static_value" name="mult2" column="2" value="shar" />
79 </options> 80 </options>