X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.cpp;h=142023e7a40881c1c6397a761ba350132490b75c;hb=58e640f9968ed426ac8cc0ebe3c01564ce68b4d7;hp=287f5a6acdc08a9c40b6e2e12b159a2f83fc9636;hpb=b0997605981902442138b9309e9c43d95c3ba10a;p=mothur.git diff --git a/getseqscommand.cpp b/getseqscommand.cpp index 287f5a6..142023e 100644 --- a/getseqscommand.cpp +++ b/getseqscommand.cpp @@ -587,7 +587,7 @@ int GetSeqsCommand::readCount(){ //check for groups that have been eliminated CountTable ct; if (ct.testGroups(outputFileName)) { - ct.readTable(outputFileName); + ct.readTable(outputFileName, true); ct.printTable(outputFileName); }