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