]> git.donarmstrong.com Git - mothur.git/blobdiff - readotucommand.cpp
added heatmap command
[mothur.git] / readotucommand.cpp
index eeb8cd6e3d910d30e7fde7b6d20947a693d739ed..7a48f2c5b3b0146c4397325ca531c0bad9005146 100644 (file)
@@ -43,6 +43,8 @@ int ReadOtuCommand::execute(){
                read->read(&*globaldata); 
                if (globaldata->getFormat() == "shared") {
                        groupMap->readMap();
+                       
+                       //if (globaldata->gGroupmap != NULL) { delete globaldata->gGroupmap;  }
                        globaldata->gGroupmap = groupMap;
                
                        shared = new SharedCommand();