X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.cpp;h=fa7e6dda2a853d6a0234c1dc92be3bad258118d1;hb=a935b75dd890da5ae7f09e5e6179f90ab2955348;hp=c7af108325390221bd0313e4ad2a733dfd2e90d3;hpb=b0997605981902442138b9309e9c43d95c3ba10a;p=mothur.git diff --git a/removeseqscommand.cpp b/removeseqscommand.cpp index c7af108..fa7e6dd 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, false); ct.printTable(outputFileName); }