]> git.donarmstrong.com Git - mothur.git/blobdiff - readotucommand.cpp
fixed bug with getting sharedrabunds for venn, heatmap and tree.shared commands,...
[mothur.git] / readotucommand.cpp
index 9f27057ece85672069c9ebf219c08b459b648efc..1b2ec9e750445f7b256b978fec0298d42b3f825c 100644 (file)
@@ -45,10 +45,10 @@ int ReadOtuCommand::execute(){
                        groupMap->readMap();
                        
                        //if (globaldata->gGroupmap != NULL) { delete globaldata->gGroupmap;  }
-                       globaldata->gGroupmap = groupMap;
-               
+                       globaldata->gGroupmap = groupMap;               
                        shared = new SharedCommand();
                        shared->execute();
+
                        parselist = new ParseListCommand();
                        parselist->execute();
                }