X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=prcseqscommand.cpp;h=cb8dd490e3a53a40edce7d1d52fffada445fac13;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=8a8db37612937ee86d7d11adf1b9973d8cba634d;hpb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;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); }