X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setlogfilecommand.h;h=a97c7910ad6ccc2ad63544c0f2f6b9b875af1da8;hb=f06b339c5fc4b6d1b9d2a08fe16bf7670bf7aeb4;hp=0c0347b61ac7620e925c59717ee03085917a2688;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/setlogfilecommand.h b/setlogfilecommand.h index 0c0347b..a97c791 100644 --- a/setlogfilecommand.h +++ b/setlogfilecommand.h @@ -19,14 +19,17 @@ class SetLogFileCommand : public Command { public: SetLogFileCommand(string); - SetLogFileCommand() { abort = true; calledHelp = true; } + 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()); }