X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setlogfilecommand.h;h=a97c7910ad6ccc2ad63544c0f2f6b9b875af1da8;hb=dc383fb61b6d165a8d36e6108df8bc7129243ae6;hp=d187c0732cf6dfc676fcdc6ba6b4d57cef0c6dae;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/setlogfilecommand.h b/setlogfilecommand.h index d187c07..a97c791 100644 --- a/setlogfilecommand.h +++ b/setlogfilecommand.h @@ -25,9 +25,11 @@ public: 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()); }