]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyseqscommand.cpp
latest version
[mothur.git] / classifyseqscommand.cpp
index eee316093d81b9385cac7ff428ed2671cf3aee1e..7d015a85aed7e084926a918888f6e5ee761228cc 100644 (file)
@@ -635,7 +635,7 @@ int ClassifySeqsCommand::execute(){
                        rename(unclass.c_str(), newTaxonomyFile.c_str());
                        
                        m->mothurOutEndLine();
-                       m->mothurOut("It took " + toString(time(NULL) - start) + " secs to create the summary file for  " + toString(numFastaSeqs) + " sequences."); m->mothurOutEndLine(); m->mothurOutEndLine();
+                       m->mothurOut("It took " + toString(time(NULL) - start) + " secs to create the summary file for " + toString(numFastaSeqs) + " sequences."); m->mothurOutEndLine(); m->mothurOutEndLine();
                        
                        #ifdef USE_MPI  
                                }