]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
added design and sets parameters to the rarefaction.shared command. finished work...
[mothur.git] / rarefactsharedcommand.h
index 2112e8d78565712a490de69bedd2ffb44844a768..1a2d944894feabe26b4103e5431c0da08c6574b4 100644 (file)
@@ -36,17 +36,16 @@ public:
 private:
        
        vector<SharedRAbundVector*> lookup;
-       InputData* input;
-       Rarefact* rCurve;
-       vector<Display*> rDisplays;
        int nIters;
        string format;
        float freq;
        
        bool abort, allLines, jumble;
        set<string> labels; //holds labels to be used
-       string label, calc, groups, outputDir, sharedfile;
-       vector<string>  Estimators, Groups, outputNames;
+       string label, calc, groups, outputDir, sharedfile, designfile;
+       vector<string>  Estimators, Groups, outputNames, Sets;
+    
+    int process(GroupMap&, string);
 
 };