From: Don Armstrong Date: Thu, 8 May 2014 15:42:38 +0000 (-0700) Subject: have make contigs use \r instead of \n X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=21d9db9344bc51043d3e229456827b6e90f27013;p=mothur.git have make contigs use \r instead of \n --- diff --git a/makecontigscommand.cpp b/makecontigscommand.cpp index e633a9c..d2ddc06 100644 --- a/makecontigscommand.cpp +++ b/makecontigscommand.cpp @@ -1448,7 +1448,7 @@ vector< vector > MakeContigsCommand::readFastaFiles(unsigned long int& c } } //report progress - if((count) % 10000 != 0){ m->mothurOut(toString(count)); m->mothurOutEndLine(); } + if((count) % 10000 != 0){ m->mothurOut(toString(count)); m->mothurOut("\r"); } if (uniques.size() != 0) { for (itUniques = uniques.begin(); itUniques != uniques.end(); itUniques++) {