X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactsharedcommand.h;h=a210574002969c411be4d9e9c705af9d88c980f0;hb=2c97dd48b8e27ee0a6a86c7a082f4c504c3357c6;hp=2112e8d78565712a490de69bedd2ffb44844a768;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/rarefactsharedcommand.h b/rarefactsharedcommand.h index 2112e8d..a210574 100644 --- a/rarefactsharedcommand.h +++ b/rarefactsharedcommand.h @@ -36,17 +36,18 @@ public: private: vector lookup; - InputData* input; - Rarefact* rCurve; - vector rDisplays; int nIters; string format; float freq; - bool abort, allLines, jumble; + map file2Group; //index in outputNames[i] -> group + bool abort, allLines, jumble, groupMode; set labels; //holds labels to be used - string label, calc, groups, outputDir, sharedfile; - vector Estimators, Groups, outputNames; + string label, calc, groups, outputDir, sharedfile, designfile; + vector Estimators, Groups, outputNames, Sets; + + int process(GroupMap&, string); + vector createGroupFile(vector&); };