comparison mothur/tools/mothur/classify.otu.xml @ 9:9181ff21b48a

Add name param to classify.otu
author Jim Johnson <jj@umn.edu>
date Fri, 08 Jul 2011 12:13:46 -0500
parents 7bfe1f843858
children bfbaf823be4c
comparison
equal deleted inserted replaced
8:3249eb52a9c1 9:9181ff21b48a
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','^\S+?\.(unique|[0-9.]*\.cons\.tax\.summary)$:tax.summary' 9 --new_datasets='^\S+?\.(unique|[0-9.]*\.cons\.taxonomy)$:cons.taxonomy','^\S+?\.(unique|[0-9.]*\.cons\.tax\.summary)$:tax.summary'
10 --list=$otu 10 --list=$otu
11 --taxonomy=$tax.taxonomy 11 --taxonomy=$tax.taxonomy
12 #if $name.__str__ != "None" and len($name.__str__) > 0:
13 --name='$name'
14 #end if
12 #if $reftax.source != 'none' and len($reftax.taxonomy.__str__) > 0: 15 #if $reftax.source != 'none' and len($reftax.taxonomy.__str__) > 0:
13 --reftaxonomy=$reftax.taxonomy 16 --reftaxonomy=$reftax.taxonomy
14 #end if 17 #end if
15 #if 100 >= int($cutoff.__str__) > 0: 18 #if 100 >= int($cutoff.__str__) > 0:
16 --cutoff=$cutoff 19 --cutoff=$cutoff
24 --basis=$basis 27 --basis=$basis
25 $probs 28 $probs
26 </command> 29 </command>
27 <inputs> 30 <inputs>
28 <param name="otu" type="data" format="list" label="list - OTU List "/> 31 <param name="otu" type="data" format="list" label="list - OTU List "/>
32 <param name="name" type="data" format="names" optional="true" label="name - taxonomy sequence names"/>
29 <conditional name="tax"> 33 <conditional name="tax">
30 <param name="source" type="select" label="Select Taxonomy from" help=""> 34 <param name="source" type="select" label="Select Taxonomy from" help="">
31 <option value="hist">History</option> 35 <option value="hist">History</option>
32 <option value="ref">Cached Reference</option> 36 <option value="ref">Cached Reference</option>
33 </param> 37 </param>