X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=summarytaxcommand.cpp;h=e244863c65de54c6c5133d3901a1dc1bc973c6ac;hp=c76f175b047ef9ee46eff28911c1a21cd6310a97;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e diff --git a/summarytaxcommand.cpp b/summarytaxcommand.cpp index c76f175..e244863 100644 --- a/summarytaxcommand.cpp +++ b/summarytaxcommand.cpp @@ -223,7 +223,7 @@ int SummaryTaxCommand::execute(){ groupMap->readMap(); }else if (countfile != "") { ct = new CountTable(); - ct->readTable(countfile); + ct->readTable(countfile, true); } PhyloSummary* taxaSum;