]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
fixed concensus command and modified tree class so you can print labels on trees
[mothur.git] / rarefactsharedcommand.h
index ab870242000bb0b07f3e28078feba84bcce1de4c..a16fdb9d8f1ff7166c6b78ca1815368a3c45e287 100644 (file)
@@ -9,16 +9,15 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
-#include <vector>
 #include "command.hpp"
 #include "sharedordervector.h"
 #include "sharedlistvector.h"
 #include "inputdata.h"
 #include "rarefact.h"
 #include "display.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
+#include "validcalculator.h"
+#include "sharedutilities.h"
 
 /* The rarefaction.shared() command:
        The rarefaction command generates a rarefaction curve from a given file representing several groups.  
@@ -43,13 +42,16 @@ public:
        
 private:
        GlobalData* globaldata;
+       SharedUtil* util;
        SharedListVector* SharedList;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        SharedOrderVector* order;
        InputData* input;
+       ValidCalculators* validCalculator;
        Rarefact* rCurve;
        vector<Display*> rDisplays;
        int freq, nIters;
+       string format;
 
 };