X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=maligner.cpp;fp=maligner.cpp;h=5ffba329d31fb3e684feef6f664957ef55ec0a68;hb=55ec7cde88d5512e177fe9488d5ee13793853bad;hp=f834db1db319badab0ddb70cde9e54c7dbb3193f;hpb=e9b5b34cd597e622fa11badcface066107dd268a;p=mothur.git diff --git a/maligner.cpp b/maligner.cpp index f834db1..5ffba32 100644 --- a/maligner.cpp +++ b/maligner.cpp @@ -77,7 +77,7 @@ string Maligner::chimeraMaligner(int chimeraPenalty, DeCalculator* decalc) { verticalFilter(temp); - //for (int i = 0; i < refSeqs.size(); i++) { cout << refSeqs[i]->getName() << endl << refSeqs[i]->getAligned() << endl; } + //for (int i = 0; i < refSeqs.size(); i++) { cout << refSeqs[i]->getName() << endl ; }//<< refSeqs[i]->getAligned() << endl vector< vector > matrix = buildScoreMatrix(query->getAligned().length(), refSeqs.size()); //builds and initializes @@ -150,7 +150,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; + //cout << query->getName() << '\t' << temp.parent << '\t' << "NAST:" << temp.nastRegionStart << '-' << temp.nastRegionEnd << " G:" << temp.queryToParent << " L:" << temp.queryToParentLocal << ", " << temp.divR << endl; outputResults.push_back(temp); }