]> git.donarmstrong.com Git - mothur.git/blobdiff - setlogfilecommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / setlogfilecommand.h
index e0555d00a185559841902dc232a4a603819df0dc..0c0347b61ac7620e925c59717ee03085917a2688 100644 (file)
@@ -20,20 +20,21 @@ class SetLogFileCommand : public Command {
 public:
        SetLogFileCommand(string);
        SetLogFileCommand() { abort = true; calledHelp = true; }
-       ~SetLogFileCommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();
-       void help();
+       ~SetLogFileCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "set.logfile";         }
+       string getCommandCategory()             { return "General";                     }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
        CommandFactory* commandFactory;
        string name;
        bool abort, append;
        vector<string> outputNames;
-       map<string, vector<string> > outputTypes;
                
 };