X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactsharedcommand.h;h=1935398ac1c312020e03edc32b30fc7ce10045fb;hb=37519fc35c0eb1523e84227517694c4015847c6d;hp=e7d2abc239044e7e4e2de376e0503e580e623f5d;hpb=fd282e6b4be2560f5b1bd154a9e8d24b798eefaf;p=mothur.git diff --git a/rarefactsharedcommand.h b/rarefactsharedcommand.h index e7d2abc..1935398 100644 --- a/rarefactsharedcommand.h +++ b/rarefactsharedcommand.h @@ -9,18 +9,12 @@ * */ -#include -#include -#include -#include #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 "readotu.h" +#include "validcalculator.h" /* The rarefaction.shared() command: The rarefaction command generates a rarefaction curve from a given file representing several groups. @@ -45,15 +39,15 @@ public: private: GlobalData* globaldata; - GroupMap* groupmap; - SharedListVector* SharedList; - ReadMatrix* read; - SharedOrderVector* order; + ReadOTUFile* read; + vector lookup; InputData* input; + ValidCalculators* validCalculator; Rarefact* rCurve; vector rDisplays; int freq, nIters; + string format; }; -#endif \ No newline at end of file +#endif