X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsimcommand.cpp;h=01a60aea3b01ad2ce95584c33280e7dde4d8147f;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=98739b68291fd42d83d1190a46313886126f02bf;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;p=mothur.git diff --git a/heatmapsimcommand.cpp b/heatmapsimcommand.cpp index 98739b6..01a60ae 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); names = ct.getNamesOfSeqs(); }