]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.h
changes while testing
[mothur.git] / getgroupcommand.h
index 79dd8057216ec17fcd706d5a6a480c461161a458..fb438dfd91caf9a8213e780db8c7b626768873d3 100644 (file)
@@ -22,6 +22,10 @@ public:
        string getCommandName()                 { return "get.group";                           }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+    string getOutputPattern(string)    { return "";  }
+       string getCitation() { return "http://www.mothur.org/wiki/Get.group"; }
+       string getDescription()         { return "outputs group names"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }