]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / sharedcommand.cpp
index 91ca1a15cc7b3d6bad67331e129b57c6819e34b4..1e078b3f82080ec554462a12f2564b5a5f470d04 100644 (file)
@@ -766,7 +766,7 @@ int SharedCommand::createSharedFromListGroup(string filename) {
             m->setAllGroups(allGroups);
         }else{
             countTable = new CountTable();
-            countTable->readTable(countfile);
+            countTable->readTable(countfile, true, false);
         }
         
         if (m->control_pressed) { return 0; }