X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=countgroupscommand.cpp;h=83c2d315d0b8f781caa02c04c4fed5e1cb6b6a0d;hp=6da077485c5fcd7641d759ceb6820dc9652033a7;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=c85db0a4be3a1f8037a71a23ca73f9762184e28a diff --git a/countgroupscommand.cpp b/countgroupscommand.cpp index 6da0774..83c2d31 100644 --- a/countgroupscommand.cpp +++ b/countgroupscommand.cpp @@ -261,7 +261,7 @@ int CountGroupsCommand::execute(){ m->openOutputFile(outputFileName, out); CountTable ct; - ct.readTable(countfile); + ct.readTable(countfile, true); //make sure groups are valid //takes care of user setting groupNames that are invalid or setting groups=all