]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / clustercommand.cpp
index 94129654e1d2b11275e82d3a5da0382b1448efa9..c1ac5bbddd5be05c41e03853c25af4340eab133e 100644 (file)
@@ -315,7 +315,7 @@ int ClusterCommand::execute(){
             read->read(nameMap);
                }else if (countfile != "") {
             ct = new CountTable();
-            ct->readTable(countfile, false);
+            ct->readTable(countfile, false, false);
             read->read(ct);
         }else { read->read(nameMap); }