]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsim.h
added set.dir command and modified commands to redirect input and output, removed...
[mothur.git] / heatmapsim.h
index d38683c17a40283a5eafc667dc663fd26e6cab0d..ffafb7d3f96ac5d72695371af4b3e850c3fc80ad 100644 (file)
@@ -20,7 +20,7 @@
 class HeatMapSim {
        
        public:
-               HeatMapSim();
+               HeatMapSim(string);
                ~HeatMapSim(){};
        
                void getPic(vector<SharedRAbundVector*>, vector<Calculator*>);
@@ -30,7 +30,7 @@ class HeatMapSim {
                void printLegend(int, float);
 
                GlobalData* globaldata;
-               string format, groupComb;
+               string format, groupComb, outputDir;
                ofstream outsvg;
                        
 };