]> git.donarmstrong.com Git - mothur.git/commitdiff
removed some of the warning output from chimera.slayer
authorpschloss <pschloss>
Tue, 29 Mar 2011 03:03:59 +0000 (03:03 +0000)
committerpschloss <pschloss>
Tue, 29 Mar 2011 03:03:59 +0000 (03:03 +0000)
slayer.cpp

index 72da257848c87485dc674ad5a1e36440e565bbb7..1c9039087419572d1cd7fca638ab68e752894c67 100644 (file)
@@ -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;
                }