X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarytaxcommand.cpp;fp=summarytaxcommand.cpp;h=097983e93f24c853cc4d720eb2b1b82a3261b79c;hb=a935b75dd890da5ae7f09e5e6179f90ab2955348;hp=e244863c65de54c6c5133d3901a1dc1bc973c6ac;hpb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;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;