]> git.donarmstrong.com Git - mothur.git/blobdiff - getrabundcommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / getrabundcommand.cpp
index da1bfae2c07f5cb719961dce93324ff8135fbfc4..469117ca7bdf4cfb65553bb45536c93fd06251d2 100644 (file)
@@ -319,7 +319,7 @@ int GetRAbundCommand::execute(){
 int GetRAbundCommand::processList(ofstream& out){
        try {
         CountTable ct;
-        ct.readTable(countfile, false);
+        ct.readTable(countfile, false, false);
         
         InputData input(inputfile, format);
         ListVector* list = input.getListVector();