X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=prcseqscommand.cpp;fp=prcseqscommand.cpp;h=f2ca9db29d7a94ce0d22606d4ad114e11001fd4f;hb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;hp=8db6c24ff05ce4a5a23bc11a9021b208f5e65d55;hpb=c48d91112209b841444923670dca5454da0e2a4d;p=mothur.git diff --git a/prcseqscommand.cpp b/prcseqscommand.cpp index 8db6c24..f2ca9db 100644 --- a/prcseqscommand.cpp +++ b/prcseqscommand.cpp @@ -1088,7 +1088,7 @@ int PcrSeqsCommand::readCount(set badSeqNames){ //check for groups that have been eliminated CountTable ct; if (ct.testGroups(goodCountFile)) { - ct.readTable(goodCountFile); + ct.readTable(goodCountFile, true); ct.printTable(goodCountFile); }