X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.cpp;fp=removeseqscommand.cpp;h=b1bc4fd508576c04126206b4e178798c088cb91d;hb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;hp=c7af108325390221bd0313e4ad2a733dfd2e90d3;hpb=c48d91112209b841444923670dca5454da0e2a4d;p=mothur.git diff --git a/removeseqscommand.cpp b/removeseqscommand.cpp index c7af108..b1bc4fd 100644 --- a/removeseqscommand.cpp +++ b/removeseqscommand.cpp @@ -557,7 +557,7 @@ int RemoveSeqsCommand::readCount(){ //check for groups that have been eliminated CountTable ct; if (ct.testGroups(outputFileName)) { - ct.readTable(outputFileName); + ct.readTable(outputFileName, true); ct.printTable(outputFileName); }