]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.h
added count file to get.groups and remove.groups. added shortcut parameter to classif...
[mothur.git] / getgroupcommand.h
index 79dd8057216ec17fcd706d5a6a480c461161a458..7924d7b55a708886c0875bf26f173ffa13cc9da1 100644 (file)
@@ -21,7 +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()); }