]> git.donarmstrong.com Git - mothur.git/blobdiff - maligner.cpp
changes for chimera slayer
[mothur.git] / maligner.cpp
index 599c78be2c5c69570cb0d96febfa861f90bb8eb5..f834db1db319badab0ddb70cde9e54c7dbb3193f 100644 (file)
@@ -150,7 +150,8 @@ 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;
+//                     cout << temp.parent << '\t' << "NAST:" << temp.nastRegionStart << '-' << temp.nastRegionEnd << " G:" << temp.queryToParent << " L:" << temp.queryToParentLocal << endl;
+
                        outputResults.push_back(temp);
                }