comparison mothur/tools/mothur/collect.single.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 d86987601022
comparison
equal deleted inserted replaced
6:ce6e81622c6a 7:7bfe1f843858
1 <tool id="mothur_collect_single" name="Collect.single" version="1.19.0" force_history_refresh="True"> 1 <tool id="mothur_collect_single" name="Collect.single" version="1.20.0" force_history_refresh="True">
2 <description>Generate collector's curves for OTUs</description> 2 <description>Generate collector's curves for OTUs</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='collect.single' 5 --cmd='collect.single'
6 --result='^mothur.\S+\.logfile$:'$logfile 6 --result='^mothur.\S+\.logfile$:'$logfile
7 --outputdir='$logfile.extra_files_path' 7 --outputdir='$logfile.extra_files_path'
8 --datasetid='$logfile.id' --new_file_path='$__new_file_path__' 8 #if $as_datasets.__str__ == 'yes':
9 --new_datasets='^\S+?\.(\S+)$:tabular' 9 --datasetid='$logfile.id' --new_file_path='$__new_file_path__'
10 --new_datasets='^\S+?\.(\S+)$:tabular'
11 #end if
10 #if isinstance($otu.datatype, $__app__.datatypes_registry.get_datatype_by_extension('shared').__class__): 12 #if isinstance($otu.datatype, $__app__.datatypes_registry.get_datatype_by_extension('shared').__class__):
11 --shared=$otu 13 --shared=$otu
12 #elif isinstance($otu.datatype, $__app__.datatypes_registry.get_datatype_by_extension('rabund').__class__): 14 #elif isinstance($otu.datatype, $__app__.datatypes_registry.get_datatype_by_extension('rabund').__class__):
13 --rabund=$otu 15 --rabund=$otu
14 #elif isinstance($otu.datatype, $__app__.datatypes_registry.get_datatype_by_extension('sabund').__class__): 16 #elif isinstance($otu.datatype, $__app__.datatypes_registry.get_datatype_by_extension('sabund').__class__):
52 <param name="abund" type="integer" value="10" label="abund - ACE Estimator threshold for abundant versus rare OTUs (default 10)"/> 54 <param name="abund" type="integer" value="10" label="abund - ACE Estimator threshold for abundant versus rare OTUs (default 10)"/>
53 <param name="size" type="integer" value="0" label="size - sample size for OTU prediction (ignored if &lt; 1)" 55 <param name="size" type="integer" value="0" label="size - sample size for OTU prediction (ignored if &lt; 1)"
54 help="By default these calculators will base the prediction on a sample that is the same size as the initial sampling"/> 56 help="By default these calculators will base the prediction on a sample that is the same size as the initial sampling"/>
55 <param name="freq" type="float" value="0.0" label="freq - frequency for output (default is every 100 sequences)" 57 <param name="freq" type="float" value="0.0" label="freq - frequency for output (default is every 100 sequences)"
56 help="Use a decimal between 0 and 1 to set the frequency as a percentage of the number of sequences"/> 58 help="Use a decimal between 0 and 1 to set the frequency as a percentage of the number of sequences"/>
59 <param name="as_datasets" type="boolean" truevalue="yes" falsevalue="no" checked="true" label="Create a new history dataset for each label and calculator"/>
57 </inputs> 60 </inputs>
58 <outputs> 61 <outputs>
59 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" /> 62 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" />
60 </outputs> 63 </outputs>
61 <requirements> 64 <requirements>