]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.cpp
added mothurgetpid function. fixed bug with align.seqs related to g++ 4.8 change...
[mothur.git] / deconvolutecommand.cpp
index 98109ef33c488a071b04ad5ada84ffcab9d2e1f8..ec809730a036245f34dfc2bc0331b108c5d10b38 100644 (file)
@@ -286,7 +286,7 @@ int DeconvoluteCommand::execute() {
                        
                        m->gobble(in);
                        
-                       if(count % 1000 == 0)   { m->mothurOut(toString(count) + "\t" + toString(sequenceStrings.size())); m->mothurOutEndLine();       }
+                       if(count % 1000 == 0)   { m->mothurOutJustToScreen(toString(count) + "\t" + toString(sequenceStrings.size()) + "\n");   }
                }
                
                if(count % 1000 != 0)   { m->mothurOut(toString(count) + "\t" + toString(sequenceStrings.size())); m->mothurOutEndLine();       }