X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcurrentcommand.h;h=e426fe95a07bc08131e557d147aefd8566502913;hb=HEAD;hp=dfff0fa27d09573ab35d95ddb8c1375f77d9ac5e;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/getcurrentcommand.h b/getcurrentcommand.h index dfff0fa..e426fe9 100644 --- a/getcurrentcommand.h +++ b/getcurrentcommand.h @@ -11,6 +11,7 @@ */ #include "command.hpp" +#include "commandfactory.hpp" class GetCurrentCommand : public Command { @@ -22,7 +23,8 @@ class GetCurrentCommand : public Command { vector setParameters(); string getCommandName() { return "get.current"; } string getCommandCategory() { return "General"; } - string getHelpString(); + 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"; } @@ -33,6 +35,7 @@ class GetCurrentCommand : public Command { private: + CommandFactory* cFactory; vector outputNames; bool abort;