]> git.donarmstrong.com Git - mothur.git/blobdiff - prcseqscommand.cpp
added flag to count table read so that commands that don't require the group info...
[mothur.git] / prcseqscommand.cpp
index 8db6c24ff05ce4a5a23bc11a9021b208f5e65d55..f2ca9db29d7a94ce0d22606d4ad114e11001fd4f 100644 (file)
@@ -1088,7 +1088,7 @@ int PcrSeqsCommand::readCount(set<string> badSeqNames){
         //check for groups that have been eliminated
         CountTable ct;
         if (ct.testGroups(goodCountFile)) {
-            ct.readTable(goodCountFile);
+            ct.readTable(goodCountFile, true);
             ct.printTable(goodCountFile);
         }