]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
test
[mothur.git] / rarefactsharedcommand.h
index ab870242000bb0b07f3e28078feba84bcce1de4c..54a6a95024d0fd97f279be2e50f3e31906f308a4 100644 (file)
@@ -9,9 +9,6 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
-#include <vector>
 #include "command.hpp"
 #include "sharedordervector.h"
 #include "sharedlistvector.h"
@@ -19,6 +16,7 @@
 #include "rarefact.h"
 #include "display.h"
 #include "readmatrix.hpp"
+#include "validcalculator.h"
 
 /* The rarefaction.shared() command:
        The rarefaction command generates a rarefaction curve from a given file representing several groups.  
@@ -47,9 +45,11 @@ private:
        ReadMatrix* read;
        SharedOrderVector* order;
        InputData* input;
+       ValidCalculators* validCalculator;
        Rarefact* rCurve;
        vector<Display*> rDisplays;
        int freq, nIters;
+       string format;
 
 };