]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.hpp
working on chimeras
[mothur.git] / engine.hpp
index df4e08d879103c95e2959130eda2d19296f0a0f3..cbcc99aaf2cd8ebc48f6512eb9e88967df8e94b3 100644 (file)
@@ -26,8 +26,8 @@ public:
        virtual ~Engine(){}
        virtual bool getInput() = 0;
        virtual string getCommand();
-       vector<string> getOptions() {   return options;         }
-       //virtual void terminateCommand(int);
+       virtual string getOutputDir()   {       return cFactory->getOutputDir();  }
+       vector<string> getOptions()             {       return options;         }
 protected:
        vector<string> options;
        CommandFactory* cFactory;