]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.hpp
added getCommandInfoCommand for gui
[mothur.git] / commandfactory.hpp
index 8b08c006312240676e1e1466a0470c7f3aa11eae..3c19e87cdde276b42aeb7488243de568812ffbca 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