X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustercommand.cpp;h=2ac2eaa6bd2466df296e407e7e67f9c8a095edc3;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=e4e20622cae08b3578e8e8871616c1cd874da0aa;hpb=3504e4e2feeb05aabb0c79aa42cb696522030924;p=mothur.git diff --git a/clustercommand.cpp b/clustercommand.cpp index e4e2062..2ac2eaa 100644 --- a/clustercommand.cpp +++ b/clustercommand.cpp @@ -305,7 +305,7 @@ int ClusterCommand::execute(){ read->read(nameMap); }else if (countfile != "") { ct = new CountTable(); - ct->readTable(countfile); + ct->readTable(countfile, false); read->read(ct); }else { read->read(nameMap); }