X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarytaxcommand.cpp;h=7f5e5e5c285199cbb12a9fec151a466090bf9d5d;hb=c9a311f0c621a2e88abf7b2efbe74e9aa1e88a8d;hp=e932eee49c2477de737caf62d143a5140aea4340;hpb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d;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; }