]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
added trim.seqs command
[mothur.git] / heatmapcommand.h
index 1b3c108836665085d953dc56b9aab20ae0687071..fc50554c601c3c897f949775de7743c94cf33c9a 100644 (file)
 
 #include "command.hpp"
 #include "inputdata.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "sharedlistvector.h"
-
+#include "heatmap.h"
+#include "rabundvector.hpp"
 
 class GlobalData;
 
-
 class HeatMapCommand : public Command {
 
 public:
@@ -29,11 +29,12 @@ public:
        
 private:
        GlobalData* globaldata;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        InputData* input;
        SharedListVector* SharedList;
-       SharedOrderVector* order;
-       OrderVector* ordersingle;
+       RAbundVector* rabund;
+       vector<SharedRAbundVector*> lookup;
+       HeatMap* heatmap;
        string format;
 
 };