X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=preclustercommand.cpp;h=fbbe4bb3a2fc5c99f77875292849e0a0e95f1043;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=bd3f172c2bcaa3e13ced0b5c57d92e39c9073969;hpb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;p=mothur.git diff --git a/preclustercommand.cpp b/preclustercommand.cpp index bd3f172..fbbe4bb 100644 --- a/preclustercommand.cpp +++ b/preclustercommand.cpp @@ -192,7 +192,7 @@ PreClusterCommand::PreClusterCommand(string option) { else if (countfile == "not open") { abort = true; countfile = ""; } else { m->setCountTableFile(countfile); - ct.readTable(countfile, true); + ct.readTable(countfile, true, false); if (ct.hasGroupInfo()) { bygroup = true; } else { bygroup = false; } }