]> git.donarmstrong.com Git - mothur.git/blobdiff - prcseqscommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / prcseqscommand.cpp
index 8a8db37612937ee86d7d11adf1b9973d8cba634d..cb8dd490e3a53a40edce7d1d52fffada445fac13 100644 (file)
@@ -1275,7 +1275,7 @@ int PcrSeqsCommand::readCount(set<string> 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);
         }