]> git.donarmstrong.com Git - mothur.git/blobdiff - clusterdoturcommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / clusterdoturcommand.cpp
index 08a5938b85b3b40f7a53619766d1a9a3e004a9a5..96bfc5c523be69bcc75dae33e35a209846aa2302 100644 (file)
@@ -226,7 +226,7 @@ int ClusterDoturCommand::execute(){
             delete nameMap;
                }else if (countfile != "") {
             ct = new CountTable();
-            ct->readTable(countfile, false);
+            ct->readTable(countfile, false, false);
             cluster->readPhylipFile(phylipfile, ct);
             delete ct;
         }else {