]> git.donarmstrong.com Git - mothur.git/blobdiff - summarytaxcommand.cpp
fix to summary.tax for 1.28.0
[mothur.git] / summarytaxcommand.cpp
index e932eee49c2477de737caf62d143a5140aea4340..7f5e5e5c285199cbb12a9fec151a466090bf9d5d 100644 (file)
@@ -277,7 +277,7 @@ int SummaryTaxCommand::execute(){
                                }
                        }
                        in.close();
-               }
+               }else { numSeqs = taxaSum->summarize(taxfile);  }
                
                if (m->control_pressed) {  if (groupMap != NULL) { delete groupMap; } if (ct != NULL) { delete ct; } delete taxaSum; return 0; }