]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
changed the daughterLevels in classifiers summary file to reflect the classifications...
[mothur.git] / commandfactory.cpp
index 0bca8c0ee3db3706404b3fc5c4ff42b8c8f99388..a40c432f54d18c19e549e9370253fb52dd9ddfa3 100644 (file)
@@ -249,7 +249,7 @@ Command* CommandFactory::getCommand(string commandName, string optionString){
                else if(commandName == "tree.shared")                   {   command = new TreeGroupCommand(optionString);                               }
                else if(commandName == "dist.shared")                   {   command = new MatrixOutputCommand(optionString);                    }
                else if(commandName == "bootstrap.shared")              {   command = new BootSharedCommand(optionString);                              }
-               //else if(commandName == "consensus")                   {   command = new ConcensusCommand(optionString);                               }
+               else if(commandName == "consensus")                             {   command = new ConcensusCommand(optionString);                               }
                else if(commandName == "dist.seqs")                             {   command = new DistanceCommand(optionString);                                }
                else if(commandName == "align.seqs")                    {   command = new AlignCommand(optionString);                                   }
                else if(commandName == "summary.seqs")                  {       command = new SeqSummaryCommand(optionString);                          }