]> git.donarmstrong.com Git - mothur.git/blobdiff - setdircommand.h
added calcs to tree.shared. working on remove.rare command
[mothur.git] / setdircommand.h
index 565b839aadb6ce8f2f440e6bd8b75be44afba227..1afab07244ef9f9464b98224249fea447f00402e 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "command.hpp"
 #include "commandfactory.hpp"
+#include "globaldata.hpp"
 
 /**********************************************************/
 
@@ -19,7 +20,12 @@ class SetDirectoryCommand : public Command {
        
 public:
        SetDirectoryCommand(string);
+       SetDirectoryCommand() {}
        ~SetDirectoryCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();
        
@@ -27,6 +33,8 @@ private:
        CommandFactory* commandFactory;
        string output, input, tempdefault;
        bool abort;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
                
 };