X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcurrentcommand.h;h=f10e6d4e556878d6cb55e30cd7b4ce1138a896da;hb=dc383fb61b6d165a8d36e6108df8bc7129243ae6;hp=c36b6a599885aa81c127f1b0fff1626f7b8313c1;hpb=348de0f8b17d84ede77081dcf67bd6ef43496677;p=mothur.git diff --git a/getcurrentcommand.h b/getcurrentcommand.h index c36b6a5..f10e6d4 100644 --- a/getcurrentcommand.h +++ b/getcurrentcommand.h @@ -17,18 +17,24 @@ class GetCurrentCommand : public Command { public: GetCurrentCommand(string); GetCurrentCommand(); - ~GetCurrentCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); - + ~GetCurrentCommand() {} + + vector setParameters(); + string getCommandName() { return "get.current"; } + string getCommandCategory() { return "General"; } + string getOutputFileNameTag(string, string) { return ""; } + string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Get.current"; } + string getDescription() { return "get current files saved by mothur"; } + + + int execute(); + void help() { m->mothurOut(getHelpString()); } + + private: vector outputNames; - map > outputTypes; bool abort; string clearTypes;