]> git.donarmstrong.com Git - mothur.git/blobdiff - setdircommand.h
chimera.slayer debugging
[mothur.git] / setdircommand.h
index 663496523e55a9cd2e2a8999043a8eeb743a8b7b..0d12e05be43ce8ec055fa5a9bdc39dad62f9bca2 100644 (file)
@@ -19,14 +19,23 @@ class SetDirectoryCommand : public Command {
        
 public:
        SetDirectoryCommand(string);
-       ~SetDirectoryCommand();
-       int execute();
-       void help();
+       SetDirectoryCommand() { abort = true; calledHelp = true; setParameters(); }
+       ~SetDirectoryCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "set.dir";             }
+       string getCommandCategory()             { return "General";             }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
        CommandFactory* commandFactory;
-       string output, input;
+       string output, input, tempdefault;
        bool abort;
+       vector<string> outputNames;
+       
                
 };