X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.cpp;h=88292bd2694e4dd044bcacc8c38d5c2c34a7d204;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=5c0103708bc99daaf6d0046435882c72a6c631a7;hpb=bcb6728939694811bf6a00ae6d568f783840edfd;p=mothur.git diff --git a/splitgroupscommand.cpp b/splitgroupscommand.cpp index 5c01037..88292bd 100644 --- a/splitgroupscommand.cpp +++ b/splitgroupscommand.cpp @@ -320,7 +320,7 @@ int SplitGroupCommand::runCount(){ try { CountTable ct; - ct.readTable(countfile, true); + ct.readTable(countfile, true, false); 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; }