X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=maligner.cpp;h=f834db1db319badab0ddb70cde9e54c7dbb3193f;hb=1cf188b912d6da8f2cd03dd71cecef664a699c1a;hp=599c78be2c5c69570cb0d96febfa861f90bb8eb5;hpb=75f3178fc8e8cfede019f07689211d18325754a9;p=mothur.git diff --git a/maligner.cpp b/maligner.cpp index 599c78b..f834db1 100644 --- a/maligner.cpp +++ b/maligner.cpp @@ -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); }