]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
added read.shared, broke up globaldata a bit
[mothur.git] / rarefactsharedcommand.h
index ab870242000bb0b07f3e28078feba84bcce1de4c..a0afb9607184e4d6e522fe92003047616e07c968 100644 (file)
@@ -19,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.  
@@ -47,9 +48,11 @@ private:
        ReadMatrix* read;
        SharedOrderVector* order;
        InputData* input;
+       ValidCalculators* validCalculator;
        Rarefact* rCurve;
        vector<Display*> rDisplays;
        int freq, nIters;
+       string format;
 
 };