comparison mothur/tools/mothur/indicator.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 7bfe1f843858
comparison
equal deleted inserted replaced
1:fcc0778f6987 2:e990ac8a0f58
1 <tool id="mothur_indicator" name="Indicator" version="1.16.0"> 1 <tool id="mothur_indicator" name="Indicator" version="1.19.0">
2 <description>Identify indicator "species" for nodes on a tree</description> 2 <description>Identify indicator "species" for nodes on a tree</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 ## output {group_file_name}.pick.{label}.groups {list_file_name}.pick.{label}.list 5 ## output {group_file_name}.pick.{label}.groups {list_file_name}.pick.{label}.list
6 #import re, os.path 6 #import re, os.path
62 62
63 .. _Mothur: http://www.mothur.org/wiki/Main_Page 63 .. _Mothur: http://www.mothur.org/wiki/Main_Page
64 64
65 **Command Documenation** 65 **Command Documenation**
66 66
67 The indicator_ command reads a shared or relabund file and a tree file, and outputs a .indicator.tre and .indicator.summary file. The new tree contains labels at each internal node. The label is the node number so you can relate the tree to the summary file. The summary file lists the indicator value for each OTU for each node. 67 The indicator_ command reads a shared_ or relabund file and a tree file, and outputs a .indicator.tre and .indicator.summary file. The new tree contains labels at each internal node. The label is the node number so you can relate the tree to the summary file. The summary file lists the indicator value for each OTU for each node.
68 68
69 .. _shared: http://www.mothur.org/wiki/Shared_file
69 .. _indicator: http://www.mothur.org/wiki/Indicator 70 .. _indicator: http://www.mothur.org/wiki/Indicator
70 71
71 72
72 </help> 73 </help>
73 </tool> 74 </tool>