]> git.donarmstrong.com Git - mothur.git/blobdiff - treegroupscommand.cpp
more calculator edits and added coverage and whittaker
[mothur.git] / treegroupscommand.cpp
index 6393684f2e79380788553e978504d0f0d306253f..7791d5ecd913c431114a9de5afb2ca651ec1232c 100644 (file)
@@ -33,7 +33,7 @@ TreeGroupCommand::TreeGroupCommand(){
                        if (validCalculator->isValidCalculator("treegroup", globaldata->Estimators[i]) == true) { 
                                if (globaldata->Estimators[i] == "jabund") {    
                                        treeCalculators.push_back(new JAbund());
-                               }else if (globaldata->Estimators[i] == "sorensonabund") { 
+                               }else if (globaldata->Estimators[i] == "sorabund") { 
                                        treeCalculators.push_back(new SorAbund());
                                }else if (globaldata->Estimators[i] == "jclass") { 
                                        treeCalculators.push_back(new Jclass());