X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=commandfactory.cpp;h=c03751518e3e9a2ab54da2e38be693e08a3d6c34;hb=ec453945974b5c72af0bea042e3517312566d592;hp=ea43c48e6b84e4c2e83de0c067e081c2a88da49f;hpb=ee27b6e01a979fdf832668eb87412b029f77e4d7;p=mothur.git diff --git a/commandfactory.cpp b/commandfactory.cpp index ea43c48..c037515 100644 --- a/commandfactory.cpp +++ b/commandfactory.cpp @@ -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 == "distance") { command = new DistanceCommand(); } + else if(commandName == "dist.seq") { command = new DistanceCommand(); } else { command = new NoCommand(); } return command;