]> git.donarmstrong.com Git - mothur.git/blobdiff - treereader.cpp
working on pam
[mothur.git] / treereader.cpp
index 8427b562501086e8a9bf13b6e036474348412b0e..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, true);
+        ct->readTable(cf, true, false);
         
         //if no groupinfo in count file we need to add it
         if (!ct->hasGroupInfo()) {