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