]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / getseqscommand.cpp
index 83fdf73e9af36fd9826f5a8c2efcc11655ac938e..82f9710e6e40cb84b8fee9f285fca71b3fe0099c 100644 (file)
@@ -589,7 +589,7 @@ int GetSeqsCommand::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);
         }