]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.h
changes while testing 1.26
[mothur.git] / getlabelcommand.h
index 606daf42ab685a4070d8aa54c21a839cdda91773..7a4d9b5885214696ac38a289f95f8ae20af0c239 100644 (file)
@@ -24,7 +24,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "get.label";                           }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getOutputFileNameTag(string, string) { return ""; }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Get.label"; }
+       string getDescription()         { return "outputs labels"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }