X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=treegroupscommand.cpp;h=753b5cbe3cf7f67ed623bb8d866b848c6c96e5be;hp=80698f1b4b0317719421dbe9c4af3c0583bd9d97;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=ac663461b19ad1436a06aa63f97221d1ff105482 diff --git a/treegroupscommand.cpp b/treegroupscommand.cpp index 80698f1..753b5cb 100644 --- a/treegroupscommand.cpp +++ b/treegroupscommand.cpp @@ -458,7 +458,7 @@ int TreeGroupCommand::execute(){ readMatrix->read(nameMap); }else if (countfile != "") { ct = new CountTable(); - ct->readTable(countfile, true); + ct->readTable(countfile, true, false); readMatrix->read(ct); }else { readMatrix->read(nameMap);