X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=binsequencecommand.cpp;h=be167d9b9cbb92a8ffea832b8c2eccfb4ed6bf3d;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=7798a4d74f749eed04d4554c796776a58697b98b;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;p=mothur.git diff --git a/binsequencecommand.cpp b/binsequencecommand.cpp index 7798a4d..be167d9 100644 --- a/binsequencecommand.cpp +++ b/binsequencecommand.cpp @@ -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();