]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmap.h
added set.dir command and modified commands to redirect input and output, removed...
[mothur.git] / heatmap.h
index 56a56e4e841b4f258f5ab4f183db96acd7d6f268..438d84bbb69335d9825fa3b34acf96c05ceb59a4 100644 (file)
--- a/heatmap.h
+++ b/heatmap.h
@@ -19,7 +19,7 @@
 class HeatMap {
        
        public:
-               HeatMap(string, string);
+               HeatMap(string, string, string);
                ~HeatMap(){};
        
                void getPic(RAbundVector*);
@@ -30,7 +30,7 @@ class HeatMap {
                void printLegend(int, float);
 
                GlobalData* globaldata;
-               string format, sorted, groupComb, scaler;
+               string format, sorted, groupComb, scaler, outputDir;
                ofstream outsvg;
                        
 };