From 1b49ed179327150ebf24d77b33d9b3e6872cc8c0 Mon Sep 17 00:00:00 2001 From: pschloss Date: Tue, 3 May 2011 18:48:05 +0000 Subject: [PATCH] incorporation of nast-ier code / removed a cout --- maligner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maligner.cpp b/maligner.cpp index 599c78b..52fd36f 100644 --- a/maligner.cpp +++ b/maligner.cpp @@ -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 << temp.parent << '\t' << "NAST:" << temp.nastRegionStart << '-' << temp.nastRegionEnd << " G:" << temp.queryToParent << " L:" << temp.queryToParentLocal << endl; outputResults.push_back(temp); } -- 2.39.2