X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treegroupscommand.cpp;h=0119741988c010e0d3b3d3df1bbc4c052f5bba8f;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=b793dc885ef9213f290f118be55066a0e2837086;hpb=01d5a60fc5f396339acf529151fa8186ee7c1a41;p=mothur.git diff --git a/treegroupscommand.cpp b/treegroupscommand.cpp index b793dc8..0119741 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); + ct->readTable(countfile, true); readMatrix->read(ct); }else { readMatrix->read(nameMap);