X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clearmemorycommand.h;fp=clearmemorycommand.h;h=765f41d5ecfbc3770863f3283c72dea48ec1bb1b;hb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;hp=1208315a54c880e39c1bfd4a3316fe3a47cab33d;hpb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e;p=mothur.git diff --git a/clearmemorycommand.h b/clearmemorycommand.h index 1208315..765f41d 100644 --- a/clearmemorycommand.h +++ b/clearmemorycommand.h @@ -21,8 +21,9 @@ public: vector setParameters(); string getCommandName() { return "clear.memory"; } string getCommandCategory() { return "General"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string) { return ""; } string getCitation() { return "http://www.mothur.org/wiki/Clear.memory"; } string getDescription() { return "remove saved references from memory"; }