]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
fixed bug in venn command
[mothur.git] / commandfactory.cpp
index c03751518e3e9a2ab54da2e38be693e08a3d6c34..2e8aca7823a76b6656e091b48aeda4a23813aaa1 100644 (file)
@@ -92,7 +92,7 @@ Command* CommandFactory::getCommand(string commandName){
                else if(commandName == "tree.shared")                   {   command = new TreeGroupCommand();                   }
                else if(commandName == "bootstrap.shared")              {   command = new BootSharedCommand();                  }
                else if(commandName == "concensus")                             {   command = new ConcensusCommand();                   }
-               else if(commandName == "dist.seq")                              {   command = new DistanceCommand();                    }
+               else if(commandName == "dist.seqs")                             {   command = new DistanceCommand();                    }
                else                                                                                    {       command = new NoCommand();                                      }
 
                return command;