From 0ba54af1a821e7afbd3dd2fe85530fc9d072ecda Mon Sep 17 00:00:00 2001 From: pschloss Date: Tue, 29 Mar 2011 03:03:59 +0000 Subject: [PATCH] removed some of the warning output from chimera.slayer --- slayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2