X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=heatmapsimcommand.cpp;h=14c55308852a6e3de86b6747981c160ec9a62723;hp=98739b68291fd42d83d1190a46313886126f02bf;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7 diff --git a/heatmapsimcommand.cpp b/heatmapsimcommand.cpp index 98739b6..14c5530 100644 --- a/heatmapsimcommand.cpp +++ b/heatmapsimcommand.cpp @@ -543,7 +543,7 @@ int HeatMapSimCommand::runCommandDist() { } }else if (countfile != "") { nameMap = NULL; - ct.readTable(countfile); + ct.readTable(countfile, true, false); names = ct.getNamesOfSeqs(); }