]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.cpp
initial add of metastats
[mothur.git] / heatmapcommand.cpp
index fb8e0216530623ea11375784eb898ddfe20ecc58..bb82702e9089b04f73571be314956567fb88f40e 100644 (file)
@@ -184,8 +184,9 @@ int HeatMapCommand::execute(){
                                
                                if ((m->anyLabelsToProcess(lookup[0]->getLabel(), userLabels, "") == true) && (processedLabels.count(lastLabel) != 1)) {
                                        string saveLabel = lookup[0]->getLabel();
-                               
+                       
                                        for (int i = 0; i < lookup.size(); i++) {  delete lookup[i];  }  
+                       
                                        lookup = input->getSharedRAbundVectors(lastLabel);
                                        m->mothurOut(lookup[0]->getLabel()); m->mothurOutEndLine();