]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.h
added help for heatmap.sim
[mothur.git] / summarycommand.h
index 4c5144c3d2213808ea416f3bf15d95566c6fa21b..135c4025ec15d0097c6bee83f239039bf22c83f4 100644 (file)
@@ -9,14 +9,11 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
-#include <vector>
 #include "command.hpp"
 #include "sabundvector.hpp"
 #include "inputdata.h"
 #include "calculator.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 #include "validcalculator.h"
 
 /* The summary() command:
@@ -42,13 +39,13 @@ public:
        
 private:
        GlobalData* globaldata;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        vector<Calculator*> sumCalculators;     
        InputData* input;
        ValidCalculators* validCalculator;
        SAbundVector* sabund;
        string outputFileName;
        ofstream outputFileHandle;
-       int abund;
+       int abund, size;
 };
 #endif