]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / rarefactsharedcommand.h
index 1bcddb5257f56967a63b66f0740e648811509204..ee16221903ce2ee738cd7b941ca90c5b57e05c04 100644 (file)
@@ -22,7 +22,12 @@ class RareFactSharedCommand : public Command {
        
 public:
        RareFactSharedCommand(string);
+       RareFactSharedCommand();
        ~RareFactSharedCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();  
        void help();
        
@@ -42,6 +47,7 @@ private:
        set<string> labels; //holds labels to be used
        string label, calc, groups, outputDir;
        vector<string>  Estimators, Groups, outputNames;
+       map<string, vector<string> > outputTypes;
 
 
 };