]> git.donarmstrong.com Git - mothur.git/blobdiff - binsequencecommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / binsequencecommand.cpp
index be167d9b9cbb92a8ffea832b8c2eccfb4ed6bf3d..f9784b3ea91e09d1c0d86232b67b70bc5e789b99 100644 (file)
@@ -249,7 +249,7 @@ int BinSeqCommand::execute(){
                
                //if user gave a namesfile then use it
                if (namesfile != "") {  readNamesFile();  }
-        if (countfile != "") {  ct.readTable(countfile, true);  }
+        if (countfile != "") {  ct.readTable(countfile, true, false);  }
                
                input = new InputData(listfile, "list");
                list = input->getListVector();