X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.cpp;h=c15ba3a4d588b3eedcaca7713c6d5acb8610aee2;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=238eda55e04a3df6e43a2fae8cee5736c4f6febc;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;p=mothur.git diff --git a/splitgroupscommand.cpp b/splitgroupscommand.cpp index 238eda5..c15ba3a 100644 --- a/splitgroupscommand.cpp +++ b/splitgroupscommand.cpp @@ -320,7 +320,7 @@ int SplitGroupCommand::runCount(){ try { CountTable ct; - ct.readTable(countfile); + ct.readTable(countfile, true); if (!ct.hasGroupInfo()) { m->mothurOut("[ERROR]: your count file does not contain group info, cannot split by group.\n"); m->control_pressed = true; } if (m->control_pressed) { return 0; }