X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=setlogfilecommand.h;h=0354971a0b2d92cf2edc7cf742b80beae1a9be17;hp=ed08180c7a4429a5a484f143e84e42271e12be36;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=9d6f36294dcaef3ac65a0e69fd8140077c3209e0 diff --git a/setlogfilecommand.h b/setlogfilecommand.h index ed08180..0354971 100644 --- a/setlogfilecommand.h +++ b/setlogfilecommand.h @@ -25,8 +25,12 @@ public: vector setParameters(); string getCommandName() { return "set.logfile"; } string getCommandCategory() { return "General"; } - string getHelpString(); + string getHelpString(); + string getOutputPattern(string){ return ""; } + string getCitation() { return "http://www.mothur.org/wiki/Set.logfile"; } + string getDescription() { return "set logfile name"; } + int execute(); void help() { m->mothurOut(getHelpString()); }