]> git.donarmstrong.com Git - mothur.git/blobdiff - summarytaxcommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / summarytaxcommand.cpp
index e244863c65de54c6c5133d3901a1dc1bc973c6ac..097983e93f24c853cc4d720eb2b1b82a3261b79c 100644 (file)
@@ -223,7 +223,7 @@ int SummaryTaxCommand::execute(){
             groupMap->readMap();
         }else if (countfile != "") {
             ct = new CountTable();
-            ct->readTable(countfile, true);
+            ct->readTable(countfile, true, false);
         }
                
         PhyloSummary* taxaSum;