X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treereader.cpp;h=8427b562501086e8a9bf13b6e036474348412b0e;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=0e25f12a39b2a5341ad2ba3bf7255bb8b6aa7edc;hpb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d;p=mothur.git diff --git a/treereader.cpp b/treereader.cpp index 0e25f12..8427b56 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); //if no groupinfo in count file we need to add it if (!ct->hasGroupInfo()) {