X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sequencecountparser.cpp;h=5349da09ff719a5ac07a85ecb4015c44d41121ee;hb=6ce64c0c32f0aa22eaf70953bd8264130e20e18f;hp=37eb4e7f5256617bd3917428616a897ee14706e4;hpb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;p=mothur.git diff --git a/sequencecountparser.cpp b/sequencecountparser.cpp index 37eb4e7..5349da0 100644 --- a/sequencecountparser.cpp +++ b/sequencecountparser.cpp @@ -16,7 +16,7 @@ SequenceCountParser::SequenceCountParser(string countfile, string fastafile) { //read count file CountTable countTable; - countTable.readTable(countfile, true); + countTable.readTable(countfile, true, false); //initialize maps namesOfGroups = countTable.getNamesOfGroups();