]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
created mothurOut class to handle logfiles
[mothur.git] / heatmapcommand.h
index 6d6c1d55020b170d8072b5a860ea7f89a1e50e71..47838d80bb6f8cded11793bc7ed7ef942f9f8ec9 100644 (file)
@@ -38,10 +38,9 @@ private:
        HeatMap* heatmap;
 
        bool abort, allLines;
-       set<int> lines; //hold lines to be used
        set<string> labels; //holds labels to be used
-       string format, groups, sorted, scale, line, label;
-       vector<string> Groups;
+       string format, groups, sorted, scale, label, outputDir;
+       vector<string> Groups, outputNames;
 
 
 };