]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmap.h
changes while testing
[mothur.git] / heatmap.h
index c291a4ded677b6394aa5da9819a0140cda75a8c6..2b491767d57e48c4a05728aa6a48cbfc6939b38f 100644 (file)
--- a/heatmap.h
+++ b/heatmap.h
@@ -13,7 +13,7 @@
 #include "sharedrabundvector.h"
 #include "sharedrabundfloatvector.h"
 #include "datavector.hpp"
-#include "globaldata.hpp"
+
 
 /***********************************************************************/
 struct binCount {
@@ -43,7 +43,7 @@ inline bool comparebinFloatCounts(binCountFloat left, binCountFloat right){
 class HeatMap {
        
        public:
-               HeatMap(string, string, int, int, string);
+               HeatMap(string, string, int, int, string, string);
                ~HeatMap(){};
        
                string getPic(RAbundVector*);
@@ -56,8 +56,7 @@ class HeatMap {
                int sortRabund(RAbundVector*&);
                void printLegend(int, float);
 
-               GlobalData* globaldata;
-               string format, sorted, groupComb, scaler, outputDir;
+               string format, sorted, groupComb, scaler, outputDir, inputfile;
                ofstream outsvg;
                MothurOut* m;
                int numOTU, fontSize;