comparison mothur/tools/mothur/summary.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_summary_shared" name="Summary.shared" version="1.15.0" force_history_refresh="True"> 1 <tool id="mothur_summary_shared" name="Summary.shared" version="1.16.0" force_history_refresh="True">
2 <description>Summary of calculator values for OTUs</description> 2 <description>Summary of calculator values for OTUs</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='summary.shared' 5 --cmd='summary.shared'
6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.summary$:'$summary 6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.summary$:'$summary
81 </options> 81 </options>
82 </param> 82 </param>
83 </when> 83 </when>
84 </conditional> 84 </conditional>
85 <param name="calc" type="select" label="calc - Calculators (Uses defaults if none selected)" multiple="true"> 85 <param name="calc" type="select" label="calc - Calculators (Uses defaults if none selected)" multiple="true">
86 <options from_file="mothur_calulators.loc"> 86 <options from_file="mothur_calculators.loc">
87 <column name="mult" index="1"/> 87 <column name="mult" index="1"/>
88 <column name="name" index="0"/> 88 <column name="name" index="0"/>
89 <column name="value" index="0"/> 89 <column name="value" index="0"/>
90 <filter type="static_value" name="mult" column="1" value="shared" /> 90 <filter type="static_value" name="mult" column="1" value="shared" />
91 </options> 91 </options>