X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sequencecountparser.cpp;h=37eb4e7f5256617bd3917428616a897ee14706e4;hp=1300c0f1023fdd24d53c7bb9033be1d5c1c3e5d6;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d diff --git a/sequencecountparser.cpp b/sequencecountparser.cpp index 1300c0f..37eb4e7 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); + countTable.readTable(countfile, true); //initialize maps namesOfGroups = countTable.getNamesOfGroups();