X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarytaxcommand.cpp;h=097983e93f24c853cc4d720eb2b1b82a3261b79c;hb=89cfcfcc9e648d2f956f2ff419e64ba7907106d2;hp=e244863c65de54c6c5133d3901a1dc1bc973c6ac;hpb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;p=mothur.git diff --git a/summarytaxcommand.cpp b/summarytaxcommand.cpp index e244863..097983e 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, true); + ct->readTable(countfile, true, false); } PhyloSummary* taxaSum;