From: pschloss Date: Tue, 29 Mar 2011 03:03:59 +0000 (+0000) Subject: removed some of the warning output from chimera.slayer X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=0ba54af1a821e7afbd3dd2fe85530fc9d072ecda;p=mothur.git removed some of the warning output from chimera.slayer --- diff --git a/slayer.cpp b/slayer.cpp index 72da257..1c90390 100644 --- a/slayer.cpp +++ b/slayer.cpp @@ -152,7 +152,7 @@ cout << pB->getName() << endl;*/ //check window size if (length < (2*windowSize+windowStep)) { - m->mothurOut("Your window size is too large for " + q->getName() + ". I will make the window size " + toString(length/4) + " which is 1/4 the filtered length."); m->mothurOutEndLine(); +// m->mothurOut("Your window size is too large for " + q->getName() + ". I will make the window size " + toString(length/4) + " which is 1/4 the filtered length."); m->mothurOutEndLine(); windowSize = length / 4; }