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