X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterdoturcommand.cpp;fp=clusterdoturcommand.cpp;h=08a5938b85b3b40f7a53619766d1a9a3e004a9a5;hb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;hp=91eb923ae38d8b9a52ebb8a00a4ea4fb0cf951a7;hpb=c48d91112209b841444923670dca5454da0e2a4d;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 {