]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsim.h
minor bug in chimera maligner
[mothur.git] / heatmapsim.h
index d38683c17a40283a5eafc667dc663fd26e6cab0d..a28995df7edf1cfc234fcd0c22416164b3c6c347 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "sharedrabundvector.h"
 #include "datavector.hpp"
-#include "globaldata.hpp"
 #include "calculator.h"
 
 /***********************************************************************/
 class HeatMapSim {
        
        public:
-               HeatMapSim();
+               HeatMapSim(string, string);
                ~HeatMapSim(){};
        
-               void getPic(vector<SharedRAbundVector*>, vector<Calculator*>);
-               void getPic(vector< vector<double> >, vector<string>);
+               vector<string> getPic(vector<SharedRAbundVector*>, vector<Calculator*>);
+               string getPic(vector< vector<double> >, vector<string>);
 
        private:
                void printLegend(int, float);
 
-               GlobalData* globaldata;
-               string format, groupComb;
+               string format, groupComb, outputDir, inputfile;
                ofstream outsvg;
+               MothurOut* m;
                        
 };