]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / preclustercommand.cpp
index bd3f172c2bcaa3e13ced0b5c57d92e39c9073969..fbbe4bb3a2fc5c99f77875292849e0a0e95f1043 100644 (file)
@@ -192,7 +192,7 @@ PreClusterCommand::PreClusterCommand(string option) {
                        else if (countfile == "not open") { abort = true; countfile =  ""; }    
                        else {   
                 m->setCountTableFile(countfile); 
-                ct.readTable(countfile, true);
+                ct.readTable(countfile, true, false);
                 if (ct.hasGroupInfo()) { bygroup = true; }
                 else { bygroup = false;  }
             }