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