]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
minor bugs fixes and added line and label options to read.otu's parselist and shared...
[mothur.git] / rarefactsharedcommand.h
index 1d877106bda0678fadfd99fff7e17f9766daa841..a0afb9607184e4d6e522fe92003047616e07c968 100644 (file)
@@ -9,7 +9,6 @@
  *
  */
 
-#include <Carbon/Carbon.h>
 #include <iostream>
 #include <fstream>
 #include <vector>
@@ -20,6 +19,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.  
@@ -48,10 +48,12 @@ private:
        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