]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
fixed classify.seqs output file name - had issue if reference taxonomy file did not...
[mothur.git] / rarefactsharedcommand.h
index 2112e8d78565712a490de69bedd2ffb44844a768..a210574002969c411be4d9e9c705af9d88c980f0 100644 (file)
@@ -36,17 +36,18 @@ public:
 private:
        
        vector<SharedRAbundVector*> lookup;
-       InputData* input;
-       Rarefact* rCurve;
-       vector<Display*> rDisplays;
        int nIters;
        string format;
        float freq;
        
-       bool abort, allLines, jumble;
+     map<int, string> file2Group; //index in outputNames[i] -> group
+       bool abort, allLines, jumble, groupMode;
        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);
+    vector<string> createGroupFile(vector<string>&);
 
 };