]> git.donarmstrong.com Git - mothur.git/blobdiff - binsequencecommand.cpp
changes while testing
[mothur.git] / binsequencecommand.cpp
index 7798a4d74f749eed04d4554c796776a58697b98b..be167d9b9cbb92a8ffea832b8c2eccfb4ed6bf3d 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);  }
+        if (countfile != "") {  ct.readTable(countfile, true);  }
                
                input = new InputData(listfile, "list");
                list = input->getListVector();