]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
started shared utilities, updates to venn and heatmap added tree.groups command
[mothur.git] / heatmapcommand.h
index 5eeae265471785c8d582e7b250c76046554711e7..f75c06425e7b6af1232809fb8a2f1f98c20d98aa 100644 (file)
@@ -16,6 +16,7 @@
 #include "readmatrix.hpp"
 #include "sharedlistvector.h"
 #include "heatmap.h"
+#include "sharedutilities.h"
 
 
 class GlobalData;
@@ -31,14 +32,13 @@ public:
 private:
        GlobalData* globaldata;
        ReadMatrix* read;
+       SharedUtil* util;
        InputData* input;
        SharedListVector* SharedList;
        SharedOrderVector* order;
        OrderVector* ordersingle;
        HeatMap* heatmap;
        string format;
-       
-       void setGroups();
 
 };