X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcurrentcommand.h;h=e426fe95a07bc08131e557d147aefd8566502913;hb=1ef03d78c36b105e87165ad1ebc9af29cd6144b7;hp=f10e6d4e556878d6cb55e30cd7b4ce1138a896da;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/getcurrentcommand.h b/getcurrentcommand.h index f10e6d4..e426fe9 100644 --- a/getcurrentcommand.h +++ b/getcurrentcommand.h @@ -11,6 +11,7 @@ */ #include "command.hpp" +#include "commandfactory.hpp" class GetCurrentCommand : public Command { @@ -22,8 +23,8 @@ class GetCurrentCommand : public Command { vector setParameters(); string getCommandName() { return "get.current"; } string getCommandCategory() { return "General"; } - string getOutputFileNameTag(string, string) { return ""; } string getHelpString(); + string getOutputPattern(string) { return ""; } string getCitation() { return "http://www.mothur.org/wiki/Get.current"; } string getDescription() { return "get current files saved by mothur"; } @@ -34,6 +35,7 @@ class GetCurrentCommand : public Command { private: + CommandFactory* cFactory; vector outputNames; bool abort;