]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.hpp
changed dups parameter to dereplicate in chimera.uchime.
[mothur.git] / commandfactory.hpp
index 8b08c006312240676e1e1466a0470c7f3aa11eae..e95db8016a4149c9c2defdbb9e7933ff6ee3905a 100644 (file)
@@ -33,7 +33,8 @@ public:
        bool getAppend()                                                {       return append;                  }\r
        string getOutputDir()                                   {       return outputDir;               }\r
        bool MPIEnabled(string);\r
-\r
+       map<string, string> getListCommands()   {       return commands;                }\r
+       \r
 private:\r
        Command* command;\r
        Command* shellcommand;\r
@@ -47,6 +48,8 @@ private:
        string outputDir, inputDir, logFileName;\r
        bool append;\r
        \r
+    int checkForRedirects(string);\r
+    \r
        static CommandFactory* _uniqueInstance;\r
        CommandFactory( const CommandFactory& ); // Disable copy constructor\r
        void operator=( const CommandFactory& ); // Disable assignment operator\r