X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsimcommand.cpp;h=01a60aea3b01ad2ce95584c33280e7dde4d8147f;hb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;hp=98739b68291fd42d83d1190a46313886126f02bf;hpb=c48d91112209b841444923670dca5454da0e2a4d;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(); }