X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setlogfilecommand.h;h=a97c7910ad6ccc2ad63544c0f2f6b9b875af1da8;hb=16f9c4ab6f39769856b13e048eae2c8eaa413c02;hp=e0555d00a185559841902dc232a4a603819df0dc;hpb=c69e2e9749626cfbf1d6cb0125ae94f869e00b18;p=mothur.git diff --git a/setlogfilecommand.h b/setlogfilecommand.h index e0555d0..a97c791 100644 --- a/setlogfilecommand.h +++ b/setlogfilecommand.h @@ -19,21 +19,25 @@ class SetLogFileCommand : public Command { public: SetLogFileCommand(string); - SetLogFileCommand() { abort = true; calledHelp = true; } - ~SetLogFileCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + SetLogFileCommand() { setParameters(); abort = true; calledHelp = true; } + ~SetLogFileCommand(){} + + vector setParameters(); + string getCommandName() { return "set.logfile"; } + string getCommandCategory() { return "General"; } + string getOutputFileNameTag(string, string) { return ""; } + string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Set.logfile"; } + string getDescription() { return "set logfile name"; } + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: CommandFactory* commandFactory; string name; bool abort, append; vector outputNames; - map > outputTypes; };