]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.cpp
*** empty log message ***
[mothur.git] / summarycommand.cpp
index 39972cef649a1c34443b0ae36117a48f8b776cbd..bd8deb1c60d1682a8d6b1377d6a46434ec823916 100644 (file)
@@ -22,6 +22,7 @@
 #include "qstat.h"
 #include "bergerparker.h"
 #include "bstick.h"
+#include "goodscoverage.h"
 #include "coverage.h"
 
 //**********************************************************************************************************************
@@ -67,6 +68,8 @@ SummaryCommand::SummaryCommand(){
                                        sumCalculators.push_back(new Bootstrap());
                                }else if (globaldata->Estimators[i] == "nseqs") { 
                                        sumCalculators.push_back(new NSeqs());
+                               }else if (globaldata->Estimators[i] == "goodscoverage") { 
+                                       sumCalculators.push_back(new GoodsCoverage());
                                }
                        }
                }