]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
started venn command
[mothur.git] / commandfactory.cpp
index 56fd56b348bdb497cdb04b01d01f4c3a87901a61..732fc8576b791b35bb8c5ee50a75c1cc19992de1 100644 (file)
@@ -31,6 +31,7 @@
 #include "unifracweightedcommand.h"
 #include "libshuffcommand.h"
 #include "heatmapcommand.h"
+#include "venncommand.h"
 #include "mothur.h"
 #include "nocommands.h"
 
@@ -77,6 +78,7 @@ Command* CommandFactory::getCommand(string commandName){
                else if(commandName == "get.line")              {   command = new GetlineCommand();                             }
                else if(commandName == "libshuff")              {   command = new LibShuffCommand();                    }
                else if(commandName == "heatmap")                               {   command = new HeatMapCommand();                             }
+               else if(commandName == "venn")                                  {   command = new VennCommand();                                }
                else                                                                                    {       command = new NoCommand();                                      }
 
                return command;