X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarytaxcommand.cpp;fp=summarytaxcommand.cpp;h=e244863c65de54c6c5133d3901a1dc1bc973c6ac;hb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;hp=c76f175b047ef9ee46eff28911c1a21cd6310a97;hpb=c48d91112209b841444923670dca5454da0e2a4d;p=mothur.git 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;