]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
broke apart read matrix file
[mothur.git] / heatmapcommand.h
index 1b3c108836665085d953dc56b9aab20ae0687071..edb346021ec9effb6669029e7835be3d98e93e41 100644 (file)
 
 #include "command.hpp"
 #include "inputdata.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "sharedlistvector.h"
+#include "heatmap.h"
+#include "sharedutilities.h"
 
 
 class GlobalData;
@@ -29,11 +31,13 @@ public:
        
 private:
        GlobalData* globaldata;
-       ReadMatrix* read;
+       ReadOTUFile* read;
+       SharedUtil* util;
        InputData* input;
        SharedListVector* SharedList;
        SharedOrderVector* order;
        OrderVector* ordersingle;
+       HeatMap* heatmap;
        string format;
 
 };