X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=clearmemorycommand.h;h=765f41d5ecfbc3770863f3283c72dea48ec1bb1b;hp=1208315a54c880e39c1bfd4a3316fe3a47cab33d;hb=615301e57c25e241356a9c2380648d117709458d;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96 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"; }