]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.cpp
initial add of metastats
[mothur.git] / seqsummarycommand.cpp
index 5dbcdec9cb90f2082912017064f876fd6210e464..abef12696c9f09e065a8d76223858e89ee129582 100644 (file)
@@ -347,10 +347,10 @@ int SeqSummaryCommand::driverCreateSummary(vector<int>& startPosition, vector<in
                        if ((pos == -1) || (pos >= filePos->end)) { break; }
                        
                        //report progress
-                       if((count) % 100 == 0){ m->mothurOut(toString(count)); m->mothurOutEndLine();           }
+                       //if((count) % 100 == 0){       m->mothurOut(toString(count)); m->mothurOutEndLine();           }
                }
                //report progress
-               if((count) % 100 != 0){ m->mothurOut(toString(count)); m->mothurOutEndLine();           }
+               //if((count) % 100 != 0){       m->mothurOut(toString(count)); m->mothurOutEndLine();           }
                
                in.close();