]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
rarefaction.shared() fixed bug
[mothur.git] / commandfactory.cpp
index 2419369ef4524f984464f4385734de66e4795d31..ed6aebe7cadcf302c180a553ca5f586486371874 100644 (file)
@@ -51,7 +51,7 @@ Command* CommandFactory::getCommand(string commandName){
 
                         if(commandName == "read.dist")                         {       command = new ReadDistCommand();                }
                else if(commandName == "read.otu")                              {       command = new ReadOtuCommand();                 }
-               else if(commandName == "read.tree")                             {       command = new ReadTreeCommand();                }
+               //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 == "help")                                  {       command = new HelpCommand();                    }