comparison mothur/tools/mothur/remove.rare.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 bfbaf823be4c
comparison
equal deleted inserted replaced
6:ce6e81622c6a 7:7bfe1f843858
1 <tool id="mothur_remove_rare" name="Remove.rare" version="1.19.0"> 1 <tool id="mothur_remove_rare" name="Remove.rare" version="1.20.0">
2 <description>Remove rare OTUs</description> 2 <description>Remove rare OTUs</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 ## output {group_file_name}.pick.groups {list_file_name}.pick.{format} 5 ## output {group_file_name}.pick.groups {list_file_name}.pick.{format}
6 #import re, os.path 6 #import re, os.path
48 <param name="otu" type="data" format="shared" label="shared - Otu dataset"/> 48 <param name="otu" type="data" format="shared" label="shared - Otu dataset"/>
49 <param name="groups" type="select" optional="true" label="groups - Pick groups to analyze" multiple="true"> 49 <param name="groups" type="select" optional="true" label="groups - Pick groups to analyze" multiple="true">
50 <options from_dataset="otu"> 50 <options from_dataset="otu">
51 <column name="name" index="1"/> 51 <column name="name" index="1"/>
52 <column name="value" index="1"/> 52 <column name="value" index="1"/>
53 <filter type="static_value" name="ignore_header" keep="False" column="1" value = "Group"/>
53 <filter type="unique_value" name="unq_grp" column="1" /> 54 <filter type="unique_value" name="unq_grp" column="1" />
54 </options> 55 </options>
55 </param> 56 </param>
56 <param name="bygroup" type="boolean" truevalue="--bygroup=true" falsevalue="" checked="false" label="bygroup - Remove any OTU that has nseqs or fewer sequences across all groups"/> 57 <param name="bygroup" type="boolean" truevalue="--bygroup=true" falsevalue="" checked="false" label="bygroup - Remove any OTU that has nseqs or fewer sequences across all groups"/>
57 <param name="label" type="select" multiple="true" optional="true" label="label - OTU Labels" > 58 <param name="label" type="select" multiple="true" optional="true" label="label - OTU Labels" >
58 <options from_dataset="otu"> 59 <options from_dataset="otu">
59 <column name="name" index="0"/> 60 <column name="name" index="0"/>
60 <column name="value" index="0"/> 61 <column name="value" index="0"/>
62 <filter type="static_value" name="ignore_header" keep="False" column="0" value = "label"/>
61 <filter type="unique_value" name="unq_lbl" column="0" /> 63 <filter type="unique_value" name="unq_lbl" column="0" />
62 </options> 64 </options>
63 </param> 65 </param>
64 </when> 66 </when>
65 <when value="list"> 67 <when value="list">