]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / phylotypecommand.h
index c5aea714714d2f95e5f57ced3fb8289f3039a481..e45e21b74a9ae58a6beef19a9a484344364c31de 100644 (file)
@@ -20,7 +20,12 @@ class PhylotypeCommand : public Command {
        
 public:
        PhylotypeCommand(string);       
+       PhylotypeCommand();
        ~PhylotypeCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute(); 
        void help();    
        
@@ -30,6 +35,8 @@ private:
        set<string> labels; //holds labels to be used
        int cutoff;
        map<string, string> namemap;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
        
        map<int, int> currentNodes;
        map<int, int> parentNodes;