]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsimcommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / heatmapsimcommand.cpp
index 01a60aea3b01ad2ce95584c33280e7dde4d8147f..14c55308852a6e3de86b6747981c160ec9a62723 100644 (file)
@@ -543,7 +543,7 @@ int HeatMapSimCommand::runCommandDist() {
                 }
              }else if (countfile != "") {
                 nameMap = NULL;
-                ct.readTable(countfile, true);
+                ct.readTable(countfile, true, false);
                 names = ct.getNamesOfSeqs();
             }