X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=summarytaxcommand.cpp;fp=summarytaxcommand.cpp;h=7f5e5e5c285199cbb12a9fec151a466090bf9d5d;hb=16f9c4ab6f39769856b13e048eae2c8eaa413c02;hp=e932eee49c2477de737caf62d143a5140aea4340;hpb=006601d68abe8d0061f77e8d28323b160750e343;p=mothur.git diff --git a/summarytaxcommand.cpp b/summarytaxcommand.cpp index e932eee..7f5e5e5 100644 --- a/summarytaxcommand.cpp +++ b/summarytaxcommand.cpp @@ -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; }