X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.cpp;h=b1bc4fd508576c04126206b4e178798c088cb91d;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=c7af108325390221bd0313e4ad2a733dfd2e90d3;hpb=b0997605981902442138b9309e9c43d95c3ba10a;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); }