X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsimcommand.cpp;h=14c55308852a6e3de86b6747981c160ec9a62723;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=98739b68291fd42d83d1190a46313886126f02bf;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;p=mothur.git 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(); }