]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsimcommand.cpp
bugs fixes while testing for 1.5 release
[mothur.git] / heatmapsimcommand.cpp
index b9216e4a990e7818c4ed5ce8759c706a44530c26..1b0029839b432bb2a3cf8392c6121ed84e107d6e 100644 (file)
@@ -204,7 +204,7 @@ int HeatMapSimCommand::execute(){
                
                        if(allLines == 1 || lines.count(count) == 1 || labels.count(lookup[0]->getLabel()) == 1){                       
        
-                               mothurOut(lookup[0]->getLabel() + "\t" + toString(count)); mothurOutEndLine();
+                               mothurOut(lookup[0]->getLabel()); mothurOutEndLine();
                                heatmap->getPic(lookup, heatCalculators);
                                        
                                processedLabels.insert(lookup[0]->getLabel());
@@ -217,7 +217,7 @@ int HeatMapSimCommand::execute(){
                                for (int i = 0; i < lookup.size(); i++) {  delete lookup[i];  } 
                                lookup = input->getSharedRAbundVectors(lastLabel);                              
 
-                               mothurOut(lookup[0]->getLabel() + "\t" + toString(count)); mothurOutEndLine();
+                               mothurOut(lookup[0]->getLabel()); mothurOutEndLine();
                                heatmap->getPic(lookup, heatCalculators);
                                        
                                processedLabels.insert(lookup[0]->getLabel());
@@ -252,7 +252,7 @@ int HeatMapSimCommand::execute(){
                        for (int i = 0; i < lookup.size(); i++) {  delete lookup[i];  } 
                        lookup = input->getSharedRAbundVectors(lastLabel);                              
 
-                       mothurOut(lookup[0]->getLabel() + "\t" + toString(count)); mothurOutEndLine();
+                       mothurOut(lookup[0]->getLabel()); mothurOutEndLine();
                        heatmap->getPic(lookup, heatCalculators);
                        for (int i = 0; i < lookup.size(); i++) {  delete lookup[i];  } 
                }