X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=commandfactory.cpp;h=ed6aebe7cadcf302c180a553ca5f586486371874;hb=8c548985e92f5be0bde10eddea89a6ae888b73da;hp=2419369ef4524f984464f4385734de66e4795d31;hpb=60fdefb3a300b59c3bbeffdca8a5f1f30c6a43af;p=mothur.git diff --git a/commandfactory.cpp b/commandfactory.cpp index 2419369..ed6aebe 100644 --- a/commandfactory.cpp +++ b/commandfactory.cpp @@ -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(); }