X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=treereader.cpp;h=249b2b3c3c187c5a62bf5c1cf7aaab88a44bcff2;hp=0e25f12a39b2a5341ad2ba3bf7255bb8b6aa7edc;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d diff --git a/treereader.cpp b/treereader.cpp index 0e25f12..249b2b3 100644 --- a/treereader.cpp +++ b/treereader.cpp @@ -15,7 +15,7 @@ TreeReader::TreeReader(string tf, string cf) : treefile(tf), countfile(cf) { try { m = MothurOut::getInstance(); ct = new CountTable(); - ct->readTable(cf); + ct->readTable(cf, true, false); //if no groupinfo in count file we need to add it if (!ct->hasGroupInfo()) {