X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nocommands.h;h=a5855dced6a50c8a808464421ceb34dd6cd5aa24;hb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d;hp=5ed7e127d09ce645aa11cd43dd2192a1155b42dc;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/nocommands.h b/nocommands.h index 5ed7e12..a5855dc 100644 --- a/nocommands.h +++ b/nocommands.h @@ -21,12 +21,13 @@ 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"; } - string getDescription() { return "no description"; } + 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();