X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=preclustercommand.cpp;fp=preclustercommand.cpp;h=fbbe4bb3a2fc5c99f77875292849e0a0e95f1043;hb=a935b75dd890da5ae7f09e5e6179f90ab2955348;hp=bd3f172c2bcaa3e13ced0b5c57d92e39c9073969;hpb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;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; } }