]> git.donarmstrong.com Git - mothur.git/blobdiff - consensusseqscommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / consensusseqscommand.cpp
index 3d671f98420e0fa7cf844aac647bd43feea959e8..fbec746804bcd7257383e99f26e058dfe4df6f25 100644 (file)
@@ -226,7 +226,7 @@ int ConsensusSeqsCommand::execute(){
                if (m->control_pressed) { return 0; }
                
                if (namefile != "") { readNames(); }
-        if (countfile != "") { ct.readTable(countfile, true);  }
+        if (countfile != "") { ct.readTable(countfile, true, false);  }
                
                if (m->control_pressed) { return 0; }