]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraslayercommand.cpp
added design and sets parameters to the rarefaction.shared command. finished work...
[mothur.git] / chimeraslayercommand.cpp
index 2c435cadb11c1bc413b982676ac58082d4683992..e2b93316a4ade033f6ce4db3988cfd09cbf432e9 100644 (file)
@@ -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