X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nocommands.h;h=a5855dced6a50c8a808464421ceb34dd6cd5aa24;hb=f06b339c5fc4b6d1b9d2a08fe16bf7670bf7aeb4;hp=b7fa6f19fb10d4178d826158a4b19606c81a0e8b;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/nocommands.h b/nocommands.h index b7fa6f1..a5855dc 100644 --- a/nocommands.h +++ b/nocommands.h @@ -21,11 +21,14 @@ public: NoCommand() {} ~NoCommand(){} - vector setParameters() { return outputNames; } //dummy, doesn't really do anything - string getCommandName() { return "NoCommand"; } - string getCommandCategory() { return "Hidden"; } - string getHelpString() { return "No Command"; } - string getCitation() { return "no citation"; } + vector setParameters() { return outputNames; } //dummy, doesn't really do anything + string getCommandName() { return "NoCommand"; } + string getCommandCategory() { return "Hidden"; } + string getHelpString() { return "No Command"; } + string getOutputFileNameTag(string, string) { return ""; } + string getCitation() { return "no citation"; } + string getDescription() { return "no description"; } + int execute(); void help() { m->mothurOut(getHelpString()); }