]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
added get.oturep command
[mothur.git] / commandfactory.cpp
index 354b5a3ba4de65d6576e408ff880930a11c0c1e0..5155095526d1a3d08f4b72ec5236c882400ba5ec 100644 (file)
@@ -35,6 +35,7 @@
 #include "mothur.h"
 #include "nocommands.h"
 #include "binsequencecommand.h"
+#include "getoturepcommand.h"
 
 
 /***********************************************************/
@@ -81,6 +82,7 @@ Command* CommandFactory::getCommand(string commandName){
                else if(commandName == "heatmap")                               {   command = new HeatMapCommand();                             }
                else if(commandName == "venn")                                  {   command = new VennCommand();                                }
                else if(commandName == "bin.seqs")                              {   command = new BinSeqCommand();                              }
+               else if(commandName == "get.oturep")                    {   command = new GetOTURepCommand();                   }
                else                                                                                    {       command = new NoCommand();                                      }
 
                return command;