]> git.donarmstrong.com Git - mothur.git/blobdiff - mergegroupscommand.h
added command descriptions
[mothur.git] / mergegroupscommand.h
index dfd65adf1fdc9f7c6c84491f0714eff5cfd3888c..7907dfe85f556682d1cc796323314a2f0c8d7b67 100644 (file)
@@ -26,6 +26,8 @@ public:
        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()); }