X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustercommand.cpp;h=5ac4166c7afa54d2047814bc4b4a18c018786057;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=94129654e1d2b11275e82d3a5da0382b1448efa9;hpb=68d53ac6682978c5a023c1a3a4e5df6f8302d9fa;p=mothur.git diff --git a/clustercommand.cpp b/clustercommand.cpp index 9412965..5ac4166 100644 --- a/clustercommand.cpp +++ b/clustercommand.cpp @@ -315,7 +315,7 @@ int ClusterCommand::execute(){ read->read(nameMap); }else if (countfile != "") { ct = new CountTable(); - ct->readTable(countfile, false); + ct->readTable(countfile, false, false); read->read(ct); }else { read->read(nameMap); } @@ -361,7 +361,7 @@ int ClusterCommand::execute(){ } m->openOutputFile(listFileName, listFile); outputNames.push_back(listFileName); outputTypes["list"].push_back(listFileName); - + list->printHeaders(listFile); time_t estart = time(NULL); float previousDist = 0.00000;