comparison mothur/tools/mothur/classify.otu.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_classify_otu" name="Classify.otu" version="1.15.0" force_history_refresh="True"> 1 <tool id="mothur_classify_otu" name="Classify.otu" version="1.16.0" force_history_refresh="True">
2 <description>Assign sequences to taxonomy</description> 2 <description>Assign sequences to taxonomy</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='classify.otu' 5 --cmd='classify.otu'
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 --datasetid='$logfile.id' --new_file_path='$__new_file_path__'
9 --new_datasets='^\S+?\.(unique|[0-9.]*\.cons\.taxonomy)$:cons.taxonomy' 9 --new_datasets='^\S+?\.(unique|[0-9.]*\.cons\.taxonomy)$:cons.taxonomy'
10 --list=$otu 10 --list=$otu
11 --taxonomy=$tax.taxonomy 11 --taxonomy=$tax.taxonomy
12 #if $reftax.source != 'none' and len($reftax.taxonomy.__str__) > 0:
13 --reftaxonomy=$reftax.taxonomy
14 #end if
12 #if 100 >= int($cutoff.__str__) > 0: 15 #if 100 >= int($cutoff.__str__) > 0:
13 --cutoff=$cutoff 16 --cutoff=$cutoff
14 #end if 17 #end if
15 #if $label.__str__ != "None" and len($label.__str__) > 0: 18 #if $label.__str__ != "None" and len($label.__str__) > 0:
16 --label='$label' 19 --label='$label'
34 </when> 37 </when>
35 <when value="hist"> 38 <when value="hist">
36 <param name="taxonomy" type="data" format="taxonomy" label="taxonomy - Taxonomy Reference"/> 39 <param name="taxonomy" type="data" format="taxonomy" label="taxonomy - Taxonomy Reference"/>
37 </when> 40 </when>
38 </conditional> 41 </conditional>
42 <conditional name="reftax">
43 <param name="source" type="select" label="Select Taxonomy from" help="">
44 <option value="none">None</option>
45 <option value="hist">History</option>
46 <option value="ref">Cached Reference</option>
47 </param>
48 <when value="none"/>
49 <when value="ref">
50 <param name="taxonomy" type="select" format="taxonomy" label="reftaxonomy - Taxonomy Reference used when sequences were classified">
51 <options from_file="mothur_taxonomy.loc">
52 <column name="name" index="0" />
53 <column name="value" index="1" />
54 </options>
55 </param>
56 </when>
57 <when value="hist">
58 <param name="taxonomy" type="data" format="taxonomy" label="reftaxonomy - Taxonomy Reference used when sequences were classified"/>
59 </when>
60 </conditional>
39 <param name="label" type="select" label="label - OTU Labels" multiple="true"> 61 <param name="label" type="select" label="label - OTU Labels" multiple="true">
40 <options from_dataset="otu"> 62 <options from_dataset="otu">
41 <column name="name" index="0"/> 63 <column name="name" index="0"/>
42 <column name="value" index="0"/> 64 <column name="value" index="0"/>
43 </options> 65 </options>
44 </param> 66 </param>
45 <param name="cutoff" type="integer" value="60" label="cutoff - Confindence percentage cutoff between 1 and 100"/> 67 <param name="cutoff" type="integer" value="60" label="cutoff - Confindence percentage cutoff between 1 and 100">
68 <validator type="in_range" message="Confindence percentage cutoff must be between 0 and 100" min="0" max="100"/>
69 </param>
46 <param name="probs" type="boolean" falsevalue="--probs=false" truevalue="" checked="true" label="probs - Show probabilities"/> 70 <param name="probs" type="boolean" falsevalue="--probs=false" truevalue="" checked="true" label="probs - Show probabilities"/>
47 </inputs> 71 </inputs>
48 <outputs> 72 <outputs>
49 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" /> 73 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" />
50 </outputs> 74 </outputs>