X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlabelcommand.h;h=7a4d9b5885214696ac38a289f95f8ae20af0c239;hb=8772a51e7ab31b1c49dada6d38baf1474444943c;hp=71645704592d6bebdc4cca894d43d3b13732fed8;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/getlabelcommand.h b/getlabelcommand.h index 7164570..7a4d9b5 100644 --- a/getlabelcommand.h +++ b/getlabelcommand.h @@ -24,8 +24,11 @@ public: vector 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()); }