X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=prcseqscommand.cpp;fp=prcseqscommand.cpp;h=cb8dd490e3a53a40edce7d1d52fffada445fac13;hb=a935b75dd890da5ae7f09e5e6179f90ab2955348;hp=8a8db37612937ee86d7d11adf1b9973d8cba634d;hpb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;p=mothur.git diff --git a/prcseqscommand.cpp b/prcseqscommand.cpp index 8a8db37..cb8dd49 100644 --- a/prcseqscommand.cpp +++ b/prcseqscommand.cpp @@ -1275,7 +1275,7 @@ int PcrSeqsCommand::readCount(set badSeqNames){ //check for groups that have been eliminated CountTable ct; if (ct.testGroups(goodCountFile)) { - ct.readTable(goodCountFile, true); + ct.readTable(goodCountFile, true, false); ct.printTable(goodCountFile); }