]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyseqscommand.cpp
fixed problem with class.fy.seqs where group totals did not add up. added constructo...
[mothur.git] / classifyseqscommand.cpp
index 85883282ed841c4f22bba3dda6e39e83fe5287c7..7ae2ee5041af97ff462909095aa2af0ec24e5b0d 100644 (file)
@@ -526,6 +526,11 @@ int ClassifySeqsCommand::execute(){
        #endif  
 #endif
 
+               m->mothurOutEndLine();
+               m->mothurOut("It took " + toString(time(NULL) - start) + " secs to classify " + toString(numFastaSeqs) + " sequences."); m->mothurOutEndLine(); m->mothurOutEndLine();
+               start = time(NULL);
+
+
                #ifdef USE_MPI  
                        if (pid == 0) {  //this part does not need to be paralellized
                        
@@ -556,10 +561,6 @@ int ClassifySeqsCommand::execute(){
                        }
                #endif
 
-                       m->mothurOutEndLine();
-                       m->mothurOut("It took " + toString(time(NULL) - start) + " secs to classify " + toString(numFastaSeqs) + " sequences."); m->mothurOutEndLine(); m->mothurOutEndLine();
-                       start = time(NULL);
-                       
                        string group = "";
                        if (groupfile != "") {  group = groupfileNames[s]; }