]> git.donarmstrong.com Git - mothur.git/blobdiff - summarytaxcommand.cpp
changes while testing
[mothur.git] / summarytaxcommand.cpp
index c76f175b047ef9ee46eff28911c1a21cd6310a97..e244863c65de54c6c5133d3901a1dc1bc973c6ac 100644 (file)
@@ -223,7 +223,7 @@ int SummaryTaxCommand::execute(){
             groupMap->readMap();
         }else if (countfile != "") {
             ct = new CountTable();
-            ct->readTable(countfile);
+            ct->readTable(countfile, true);
         }
                
         PhyloSummary* taxaSum;