]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / collectsharedcommand.h
index b7a494149249af486c2a8cb812b00316a42b241f..327ce5d28832dbe7f25d69f6c0755f6e931c747d 100644 (file)
@@ -27,7 +27,12 @@ class CollectSharedCommand : public Command {
        
 public:
        CollectSharedCommand(string);   
+       CollectSharedCommand(); 
        ~CollectSharedCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();  
        void help();
        
@@ -49,6 +54,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;
 
 
 };