comparison mothur/tools/mothur/phylotype.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_phylotype" name="Phylotype" version="1.15.0"> 1 <tool id="mothur_phylotype" name="Phylotype" version="1.16.0">
2 <description>Assign sequences to OTUs based on taxonomy</description> 2 <description>Assign sequences to OTUs based on taxonomy</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='phylotype' 5 --cmd='phylotype'
6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.[fna]n\.sabund$:'$sabund,'^\S+\.[fna]n\.rabund$:'$rabund,'^\S+\.[fna]n\.list$:'$otulist 6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.[fna]n\.sabund$:'$sabund,'^\S+\.[fna]n\.rabund$:'$rabund,'^\S+\.[fna]n\.list$:'$otulist
30 <option value="7">7</option> 30 <option value="7">7</option>
31 <option value="8">8</option> 31 <option value="8">8</option>
32 <option value="9">9</option> 32 <option value="9">9</option>
33 <option value="10">10</option> 33 <option value="10">10</option>
34 </param> 34 </param>
35 <param name="cutoff" type="integer" value="-1" label="cutoff - Truncate the taxomony at depth (Ignored if &lt; 0)"/> 35 <param name="cutoff" type="integer" value="-1" label="cutoff - Truncate the taxonomy at depth (Ignored if &lt; 0)"/>
36 </inputs> 36 </inputs>
37 <outputs> 37 <outputs>
38 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" /> 38 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" />
39 <data format="rabund" name="rabund" label="${tool.name} on ${on_string}: rabund (Rank)"/> 39 <data format="rabund" name="rabund" label="${tool.name} on ${on_string}: rabund (Rank)"/>
40 <data format="sabund" name="sabund" label="${tool.name} on ${on_string}: sabund (Species)"/> 40 <data format="sabund" name="sabund" label="${tool.name} on ${on_string}: sabund (Species)"/>