]> git.donarmstrong.com Git - mothur.git/blobdiff - seqerrorcommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / seqerrorcommand.cpp
index 5879241372dd3b60b34683683a0c1edbcbd64d57..41ddf35a7705264445749caf8868d80049ae61ac 100644 (file)
@@ -358,7 +358,7 @@ int SeqErrorCommand::execute(){
                if(namesFileName != "")     {   weights = getWeights();         }
         else if (countfile != "")   {
             CountTable ct;
-            ct.readTable(countfile, false);
+            ct.readTable(countfile, false, false);
             weights = ct.getNameMap();
         }