]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / removeseqscommand.cpp
index b1bc4fd508576c04126206b4e178798c088cb91d..fa7e6dda2a853d6a0234c1dc92be3bad258118d1 100644 (file)
@@ -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);
         }