]> git.donarmstrong.com Git - mothur.git/blobdiff - setlogfilecommand.h
fixed bugg in shhh.seqs command
[mothur.git] / setlogfilecommand.h
index d16bcd65a3949f987eb6ed7521e83789608d2e79..e0555d00a185559841902dc232a4a603819df0dc 100644 (file)
@@ -19,7 +19,12 @@ 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();
        
@@ -27,6 +32,8 @@ private:
        CommandFactory* commandFactory;
        string name;
        bool abort, append;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
                
 };