]> git.donarmstrong.com Git - mothur.git/blobdiff - catchallcommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / catchallcommand.h
index ac9f115a6a3205cd95d94000a4a88555a14e821e..186185d5ea68b08b969b6a99ef090ff75d5af72a 100644 (file)
@@ -26,7 +26,12 @@ class CatchAllCommand : public Command {
 public:
 
        CatchAllCommand(string);
-       ~CatchAllCommand() {};
+       CatchAllCommand();
+       ~CatchAllCommand() {}
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map< string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();    
        
@@ -39,6 +44,8 @@ private:
        string outputDir, sabundfile, rabundfile, listfile, format;
        bool abort, allLines;
        set<string> labels;
+       vector<string> outputNames;
+       map< string, vector<string> > outputTypes;
        
        string process(SAbundVector*);
 };