]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / listseqscommand.cpp
index cf884705cb26f341ef08713b118af32fd49c5bdf..343d4fdc6399f8ca9a91c6cac9b31313d7b76bbb 100644 (file)
@@ -415,7 +415,7 @@ int ListSeqsCommand::readGroup(){
 int ListSeqsCommand::readCount(){
        try {
                CountTable ct;
-               ct.readTable(countfile, false);
+               ct.readTable(countfile, false, false);
         
         if (m->control_pressed) { return 0; }