]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
fixed parsimony bug
[mothur.git] / rarefactsharedcommand.h
index e7d2abc239044e7e4e2de376e0503e580e623f5d..54a6a95024d0fd97f279be2e50f3e31906f308a4 100644 (file)
@@ -9,18 +9,14 @@
  *
  */
 
-#include <Carbon/Carbon.h>
-#include <iostream>
-#include <fstream>
-#include <vector>
 #include "command.hpp"
 #include "sharedordervector.h"
 #include "sharedlistvector.h"
 #include "inputdata.h"
-#include "groupmap.h"
 #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.  
@@ -45,15 +41,16 @@ public:
        
 private:
        GlobalData* globaldata;
-       GroupMap* groupmap;
        SharedListVector* SharedList;
        ReadMatrix* read;
        SharedOrderVector* order;
        InputData* input;
+       ValidCalculators* validCalculator;
        Rarefact* rCurve;
        vector<Display*> rDisplays;
        int freq, nIters;
+       string format;
 
 };
 
-#endif
\ No newline at end of file
+#endif