]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.h
added boneh, efron, and solow calculators
[mothur.git] / summarycommand.h
index 1f24cd433f5db9b4f6d5e9512294449529cafc58..135c4025ec15d0097c6bee83f239039bf22c83f4 100644 (file)
@@ -9,15 +9,12 @@
  *
  */
 
-#include <Carbon/Carbon.h>
-#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:
        The summary command can only be executed after a successful read.list, read.sabund or read.rabund command, with one exception. 
@@ -42,11 +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, size;
 };
-#endif
\ No newline at end of file
+#endif