comparison mothur/tools/mothur/summary.shared.xml @ 7:7bfe1f843858

Support Mothur v1.20 trim.seqs - added name parameter and optional trim.names output phylo.diversity - group optional, put group and groups in conditional - breaks get.lineage remove.lineage - allow multiple taxons dist.shared - added processors consensus.seqs - add cutoff parameter trim.seqs,phylo.diversity,get.lineage,remove.lineage,dist.shared,consensus.seqs new tools - chimera.uchime deunique.tree count.seqs shared/relabund files - Column headings refactor lib/galaxy/datatypes/metagenomics.py add filters to label and group selects in tool configs mothur_wrapper.py updated with new tools params
author Jim Johnson <jj@umn.edu>
date Mon, 27 Jun 2011 10:12:25 -0500
parents e990ac8a0f58
children 4f797d3eee3a
comparison
equal deleted inserted replaced
6:ce6e81622c6a 7:7bfe1f843858
1 <tool id="mothur_summary_shared" name="Summary.shared" version="1.19.0" force_history_refresh="True"> 1 <tool id="mothur_summary_shared" name="Summary.shared" version="1.20.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
19 #end if 19 #end if
20 $all 20 $all
21 $distance 21 $distance
22 </command> 22 </command>
23 <inputs> 23 <inputs>
24 <param name="otu" type="data" format="shared" label="read.otu(shared=) - OTU Shared"/> 24 <param name="otu" type="data" format="shared" label="shared - OTU Shared"/>
25 <param name="label" type="select" label="label - OTU Labels" multiple="true"> 25 <param name="label" type="select" label="label - OTU Labels" multiple="true">
26 <options from_dataset="otu"> 26 <options from_dataset="otu">
27 <column name="name" index="0"/> 27 <column name="name" index="0"/>
28 <column name="value" index="0"/> 28 <column name="value" index="0"/>
29 <filter type="static_value" name="ignore_header" keep="False" column="0" value = "label"/>
29 <filter type="unique_value" name="unq_lbl" column="0" /> 30 <filter type="unique_value" name="unq_lbl" column="0" />
30 </options> 31 </options>
31 </param> 32 </param>
32 <param name="groups" type="select" label="groups - Pairwise comparision groups" multiple="true"> 33 <param name="groups" type="select" label="groups - Pairwise comparision groups" multiple="true">
33 <options from_dataset="otu"> 34 <options from_dataset="otu">
34 <column name="name" index="1"/> 35 <column name="name" index="1"/>
35 <column name="value" index="1"/> 36 <column name="value" index="1"/>
37 <filter type="static_value" name="ignore_header" keep="False" column="1" value = "Group"/>
36 <filter type="unique_value" name="unq_grp" column="1" /> 38 <filter type="unique_value" name="unq_grp" column="1" />
37 </options> 39 </options>
38 </param> 40 </param>
39 <param name="calc" type="select" label="calc - Calculators (Uses defaults if none selected)" multiple="true"> 41 <param name="calc" type="select" label="calc - Calculators (Uses defaults if none selected)" multiple="true">
40 <options from_file="mothur_calculators.loc"> 42 <options from_file="mothur_calculators.loc">