]> git.donarmstrong.com Git - mothur.git/blobdiff - mergegroupscommand.h
modified split.groups to use sequenceParser
[mothur.git] / mergegroupscommand.h
index 827f5a32762ce7f6d3c11fd0735e64f5e729e7fd..7907dfe85f556682d1cc796323314a2f0c8d7b67 100644 (file)
@@ -25,6 +25,9 @@ public:
        string getCommandName()                 { return "merge.groups";        }
        string getCommandCategory()             { return "General";                     }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Merge.groups"; }
+       string getDescription()         { return "reads shared file and a design file and merges the groups in the shared file that are in the same grouping in the design file"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }