]> git.donarmstrong.com Git - mothur.git/blobdiff - matrixoutputcommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / matrixoutputcommand.h
index 537f7916299d36c7f628a9e7e6974821746f3b12..2a7908167ac1ede1d402fa26c2f9c30978b31469 100644 (file)
@@ -26,8 +26,13 @@ class GlobalData;
 class MatrixOutputCommand : public Command {
        
 public:
-       MatrixOutputCommand(string);    
+       MatrixOutputCommand(string);
+       MatrixOutputCommand();  
        ~MatrixOutputCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();  
        void help();
        
@@ -50,6 +55,7 @@ private:
        set<string> labels; //holds labels to be used
        string outputFile, calc, groups, label, outputDir;
        vector<string>  Estimators, Groups, outputNames; //holds estimators to be used
+       map<string, vector<string> > outputTypes;
        
 
 };