comparison mothur/tools/mothur/hcluster.xml @ 2:e990ac8a0f58

Migrated tool version 1.19.0 from old tool shed archive to new tool shed repository
author jjohnson
date Tue, 07 Jun 2011 17:39:06 -0400
parents fcc0778f6987
children 49058b1f8d3f
comparison
equal deleted inserted replaced
1:fcc0778f6987 2:e990ac8a0f58
1 <tool id="mothur_hcluster" name="Hcluster" version="1.16.0"> 1 <tool id="mothur_hcluster" name="Hcluster" version="1.19.0">
2 <description>Assign sequences to OTUs (Operational Taxonomic Unit)</description> 2 <description>Assign sequences to OTUs (Operational Taxonomic Unit)</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='hcluster' 5 --cmd='hcluster'
6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.[fna]n\.sabund$:'$sabund,'^\S+\.[fna]n\.rabund$:'$rabund,'^\S+\.[fna]n\.list$:'$otulist 6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.[fna]n\.sabund$:'$sabund,'^\S+\.[fna]n\.rabund$:'$rabund,'^\S+\.[fna]n\.list$:'$otulist
16 #end if 16 #end if
17 #if len($method.__str__) > 0: 17 #if len($method.__str__) > 0:
18 --method=$method 18 --method=$method
19 #end if 19 #end if
20 #if float($cutoff.__str__) > 0.0: 20 #if float($cutoff.__str__) > 0.0:
21 --READ_cutoff=$cutoff 21 --cutoff=$cutoff
22 #end if 22 #end if
23 #if len($precision.__str__) > 0: 23 #if len($precision.__str__) > 0:
24 --READ_precision=$precision 24 --precision=$precision
25 #end if 25 #end if
26 $hard 26 $hard
27 $sorted 27 $sorted
28 $showabund 28 $showabund
29 </command> 29 </command>
56 <option value="100000">.00001</option> 56 <option value="100000">.00001</option>
57 <option value="1000000">.000001</option> 57 <option value="1000000">.000001</option>
58 </param> 58 </param>
59 59
60 <param name="method" type="select" label="method - Select a Clustering Method" help=""> 60 <param name="method" type="select" label="method - Select a Clustering Method" help="">
61 <option value="furthest" selected="true">Furthest neighbor</option> 61 <option value="average" selected="true">Average neighbor</option>
62 <option value="nearest">Nearest neighbor</option> 62 <option value="nearest">Nearest neighbor</option>
63 <option value="average">Average neighbor</option> 63 <option value="furthest">Furthest neighbor</option>
64 <option value="weighted">Weighted</option> 64 <option value="weighted">Weighted</option>
65 </param> 65 </param>
66 <param name="sorted" type="boolean" checked="false" truevalue="--sorted=true" falsevalue="" label="sorted - The input matrix is already sorted" 66 <param name="sorted" type="boolean" checked="false" truevalue="--sorted=true" falsevalue="" label="sorted - The input matrix is already sorted"
67 help=""/> 67 help=""/>
68 <param name="showabund" type="boolean" checked="true" truevalue="" falsevalue="--showabund=false" label="showabund - Verbose ouput" 68 <param name="showabund" type="boolean" checked="true" truevalue="" falsevalue="--showabund=false" label="showabund - Verbose ouput"
89 89
90 .. _Mothur: http://www.mothur.org/wiki/Main_Page 90 .. _Mothur: http://www.mothur.org/wiki/Main_Page
91 91
92 **Command Documenation** 92 **Command Documenation**
93 93
94 The cluster_ command assign sequences to OTUs (Operational Taxonomy Unit). 94 The hcluster_ command assign sequences to OTUs (Operational Taxonomy Unit). The assignment is based on a phylip-formatted_distance_matrix_ or a column-formatted_distance_matrix_ and name_ file. It generates a list_, a sabund_ (Species Abundance), and a rabund_ (Relative Abundance) file.
95 95
96 .. _cluster: http://www.mothur.org/wiki/Cluster 96 .. _phylip-formatted_distance_matrix: http://www.mothur.org/wiki/Phylip-formatted_distance_matrix
97 .. _column-formatted_distance_matrix: http://www.mothur.org/wiki/Column-formatted_distance_matrix
98 .. _name: http://www.mothur.org/wiki/Name_file
99 .. _list: http://www.mothur.org/wiki/List_file
100 .. _rabund: http://www.mothur.org/wiki/Rabund_file
101 .. _sabund: http://www.mothur.org/wiki/Sabund_file
102 .. _hcluster: http://www.mothur.org/wiki/Hcluster
97 103
98 104
99 </help> 105 </help>
100 </tool> 106 </tool>