]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.h
added count file to chimera.uchime. found issue with uchime program that indicated...
[mothur.git] / getgroupcommand.h
index a539834177b63a51929d52299c68779a27046fba..7924d7b55a708886c0875bf26f173ffa13cc9da1 100644 (file)
@@ -21,8 +21,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "get.group";                           }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getOutputFileNameTag(string, string) { return "";  }
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Get.group"; }
+       string getDescription()         { return "outputs group names"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }