]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / seqsummarycommand.cpp
index 0e3b70c1db3824084a51fb0db1c88630285878c2..e941b3a9a2ff500dd07e221712757a8b899526d2 100644 (file)
@@ -203,7 +203,7 @@ int SeqSummaryCommand::execute(){
                if (namefile != "") { nameMap = m->readNames(namefile); }
         else if (countfile != "") {
             CountTable ct;
-            ct.readTable(countfile, false);
+            ct.readTable(countfile, false, false);
             nameMap = ct.getNameMap();
         }