]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.cpp
Added get.line command.
[mothur.git] / summarycommand.cpp
index 7a3ad4a1e57e7f3f5dac9539fb2c974cd4e14cbe..06cc9b027de971c65204e3254ef07cc1eacae320 100644 (file)
@@ -32,6 +32,9 @@ SummaryCommand::SummaryCommand(){
                                }else if(globaldata->Estimators[i] == "chao"){
                                        sumCalculators.push_back(new Chao1());
                                }else if(globaldata->Estimators[i] == "ace"){
+                                       convert(globaldata->getAbund(), abund);
+                                       if(abund < 5)
+                                               abund = 10;
                                        sumCalculators.push_back(new Ace());
                                }else if(globaldata->Estimators[i] == "jack"){
                                        sumCalculators.push_back(new Jackknife());