X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=clusterdoturcommand.cpp;h=08a5938b85b3b40f7a53619766d1a9a3e004a9a5;hp=91eb923ae38d8b9a52ebb8a00a4ea4fb0cf951a7;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=3504e4e2feeb05aabb0c79aa42cb696522030924 diff --git a/clusterdoturcommand.cpp b/clusterdoturcommand.cpp index 91eb923..08a5938 100644 --- a/clusterdoturcommand.cpp +++ b/clusterdoturcommand.cpp @@ -226,7 +226,7 @@ int ClusterDoturCommand::execute(){ delete nameMap; }else if (countfile != "") { ct = new CountTable(); - ct->readTable(countfile); + ct->readTable(countfile, false); cluster->readPhylipFile(phylipfile, ct); delete ct; }else {