]> git.donarmstrong.com Git - mothur.git/blobdiff - sequencecountparser.cpp
changes while testing
[mothur.git] / sequencecountparser.cpp
index 1300c0f1023fdd24d53c7bb9033be1d5c1c3e5d6..37eb4e7f5256617bd3917428616a897ee14706e4 100644 (file)
@@ -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();