X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=chimeraslayercommand.cpp;h=e2b93316a4ade033f6ce4db3988cfd09cbf432e9;hp=2c435cadb11c1bc413b982676ac58082d4683992;hb=ffc44592ff7ae94f14f9e21f87198e33d323cd1d;hpb=01f6af90c907264686304a5c684c702e94ff40ae diff --git a/chimeraslayercommand.cpp b/chimeraslayercommand.cpp index 2c435ca..e2b9331 100644 --- a/chimeraslayercommand.cpp +++ b/chimeraslayercommand.cpp @@ -633,6 +633,7 @@ int ChimeraSlayerCommand::execute(){ #endif totalChimeras = deconvoluteResults(parser, outputFileName, accnosFileName, trimFastaFileName); + m->mothurOutEndLine(); m->mothurOut(toString(totalChimeras) + " chimera found."); m->mothurOutEndLine(); #ifdef USE_MPI } MPI_Barrier(MPI_COMM_WORLD); //make everyone wait @@ -641,7 +642,7 @@ int ChimeraSlayerCommand::execute(){ if (parser != NULL) { delete parser; } - m->mothurOutEndLine(); m->mothurOut(toString(totalChimeras) + " chimera found."); m->mothurOutEndLine(); m->mothurOut("It took " + toString(time(NULL) - start) + " secs to check " + toString(numSeqs) + " sequences."); m->mothurOutEndLine(); + m->mothurOut("It took " + toString(time(NULL) - start) + " secs to check " + toString(numSeqs) + " sequences."); m->mothurOutEndLine(); } //set accnos file as new current accnosfile