X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.cpp;h=88292bd2694e4dd044bcacc8c38d5c2c34a7d204;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=5c0103708bc99daaf6d0046435882c72a6c631a7;hpb=3a5dd9e428ab93a6dcdce7912e8ebb977be0b893;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; }