]> git.donarmstrong.com Git - mothur.git/blobdiff - setlogfilecommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / setlogfilecommand.h
index 0c0347b61ac7620e925c59717ee03085917a2688..8d3bfcdc15d3c75253a78abe12b3277c1f9b6c8b 100644 (file)
@@ -19,14 +19,16 @@ class SetLogFileCommand : public Command {
        
 public:
        SetLogFileCommand(string);
-       SetLogFileCommand() { abort = true; calledHelp = true; }
+       SetLogFileCommand() { setParameters(); abort = true; calledHelp = true; }
        ~SetLogFileCommand(){}
        
        vector<string> setParameters();
        string getCommandName()                 { return "set.logfile";         }
        string getCommandCategory()             { return "General";                     }
        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()); }