comparison mothur/tools/mothur/merge.groups.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_merge_groups" name="Merge.groups" version="1.16.0" > 1 <tool id="mothur_merge_groups" name="Merge.groups" version="1.19.0" >
2 <description>Merge groups in a shared file</description> 2 <description>Merge groups in a shared file</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='merge.groups' 5 --cmd='merge.groups'
6 ## 98_sq_phylip_amazon.fn.merge.shared 6 ## 98_sq_phylip_amazon.fn.merge.shared
90 90
91 .. _Mothur: http://www.mothur.org/wiki/Main_Page 91 .. _Mothur: http://www.mothur.org/wiki/Main_Page
92 92
93 **Command Documenation** 93 **Command Documenation**
94 94
95 The merge.groups_ command reads a shared file and a design file and merges the groups in the shared file that are in the same grouping in the design file. 95 The merge.groups_ command reads a shared_ file and a design file and merges the groups in the shared file that are in the same grouping in the design file.
96 96
97 A design file partitions a list of names into groups. It is a tab-delimited file with 2 columns: name and group, e.g. :
98 ======= =======
99 duck bird
100 cow mammal
101 pig mammal
102 goose bird
103 cobra reptile
104 ======= =======
105
106 The Make_Design tool can construct a design file from a Mothur dataset that contains group names.
107
108 .. _shared: http://www.mothur.org/wiki/Shared_file
97 .. _merge.groups: http://www.mothur.org/wiki/Merge.groups 109 .. _merge.groups: http://www.mothur.org/wiki/Merge.groups
98 110
99 </help> 111 </help>
100 </tool> 112 </tool>