]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
fixed some bugs
[mothur.git] / commandfactory.cpp
index 7b3a5c024fa31655a22946f3b5b2a86af6ae5b79..c9a3e6aab4841f8656e813f4acb9fc4e41817b60 100644 (file)
@@ -74,7 +74,7 @@ Command* CommandFactory::getCommand(string commandName){
                else if(commandName == "read.otu")                              {       command = new ReadOtuCommand();                         }
                else if(commandName == "read.tree")                             {       command = new ReadTreeCommand();                        }
                else if(commandName == "cluster")                               {       command = new ClusterCommand();                         }
-               else if(commandName == "deconvolute")                   {       command = new DeconvoluteCommand();                     }
+               else if(commandName == "unique.seqs")                   {       command = new DeconvoluteCommand();                     }
                else if(commandName == "parsimony")                             {       command = new ParsimonyCommand();                       }
                else if(commandName == "help")                                  {       command = new HelpCommand();                            }
                else if(commandName == "quit")                                  {       command = new QuitCommand();                            }