X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=binsequencecommand.cpp;h=be167d9b9cbb92a8ffea832b8c2eccfb4ed6bf3d;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=7798a4d74f749eed04d4554c796776a58697b98b;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;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();