]> git.donarmstrong.com Git - mothur.git/blobdiff - splitabundcommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / splitabundcommand.cpp
index 2d37e8d459857f7f0161ba87111df0403ff9c827..0fff42804cf702b0ba74cbbe245b51a0f91c1bff 100644 (file)
@@ -212,7 +212,7 @@ SplitAbundCommand::SplitAbundCommand(string option)  {
                        else if (countfile == "not found") { countfile = "";  } 
                        else {
                 m->setCountTableFile(countfile); 
-                ct.readTable(countfile);
+                ct.readTable(countfile, true, false);
             }
             
             if ((namefile != "") && (countfile != "")) {