]> git.donarmstrong.com Git - mothur.git/blobdiff - treereader.cpp
working on pam
[mothur.git] / treereader.cpp
index 0e25f12a39b2a5341ad2ba3bf7255bb8b6aa7edc..249b2b3c3c187c5a62bf5c1cf7aaab88a44bcff2 100644 (file)
@@ -15,7 +15,7 @@ TreeReader::TreeReader(string tf, string cf) : treefile(tf), countfile(cf)  {
     try {
         m = MothurOut::getInstance();
         ct = new CountTable();
-        ct->readTable(cf);
+        ct->readTable(cf, true, false);
         
         //if no groupinfo in count file we need to add it
         if (!ct->hasGroupInfo()) {