X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nocommands.h;h=a5855dced6a50c8a808464421ceb34dd6cd5aa24;hb=cbaa068e77aeb15bb06f0695a36d8f757977ed64;hp=12bfc4dffc6082ab35cc405b5ab03b522391b02d;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/nocommands.h b/nocommands.h index 12bfc4d..a5855dc 100644 --- a/nocommands.h +++ b/nocommands.h @@ -21,10 +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"; } + 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()); }