X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=preclustercommand.cpp;h=24d22845c5a4fc33d109888e5f2007d25134672e;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=bbf8df27ac5ee691f091f150638b781f85486a11;hpb=c48d91112209b841444923670dca5454da0e2a4d;p=mothur.git diff --git a/preclustercommand.cpp b/preclustercommand.cpp index bbf8df2..24d2284 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); + ct.readTable(countfile, true); if (ct.hasGroupInfo()) { bygroup = true; } else { bygroup = false; } }