X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterdoturcommand.cpp;h=dadc9cc485dedeec55a1057474f2eab19bf0d4ab;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=08a5938b85b3b40f7a53619766d1a9a3e004a9a5;hpb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;p=mothur.git diff --git a/clusterdoturcommand.cpp b/clusterdoturcommand.cpp index 08a5938..dadc9cc 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, false); + ct->readTable(countfile, false, false); cluster->readPhylipFile(phylipfile, ct); delete ct; }else { @@ -259,6 +259,7 @@ int ClusterDoturCommand::execute(){ } m->openOutputFile(listFileName, listFile); outputNames.push_back(listFileName); outputTypes["list"].push_back(listFileName); + list->printHeaders(listFile); float previousDist = 0.00000; float rndPreviousDist = 0.00000;