]> git.donarmstrong.com Git - mothur.git/blobdiff - maligner.cpp
changes for chimera slayer
[mothur.git] / maligner.cpp
index 52fd36f53f64af53858ff8002063fd77950ea14d..f834db1db319badab0ddb70cde9e54c7dbb3193f 100644 (file)
@@ -151,6 +151,7 @@ string Maligner::chimeraMaligner(int chimeraPenalty, DeCalculator* decalc) {
                        temp.queryToParentLocal = computePercentID(queryInRegion, parentInRegion);
                        
 //                     cout << temp.parent << '\t' << "NAST:" << temp.nastRegionStart << '-' << temp.nastRegionEnd << " G:" << temp.queryToParent << " L:" << temp.queryToParentLocal << endl;
+
                        outputResults.push_back(temp);
                }