]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / getlabelcommand.h
index 606daf42ab685a4070d8aa54c21a839cdda91773..26ec6550b4f6b7fb622b60c1b711fc24c0c4ac40 100644 (file)
@@ -25,6 +25,10 @@ public:
        string getCommandName()                 { return "get.label";                           }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+    string getOutputPattern(string) { return ""; }     
+       string getCitation() { return "http://www.mothur.org/wiki/Get.label"; }
+       string getDescription()         { return "outputs labels"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }