X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterdoturcommand.cpp;h=08a5938b85b3b40f7a53619766d1a9a3e004a9a5;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=91eb923ae38d8b9a52ebb8a00a4ea4fb0cf951a7;hpb=3504e4e2feeb05aabb0c79aa42cb696522030924;p=mothur.git 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 {