]> 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 1a2d944894feabe26b4103e5431c0da08c6574b4..a210574002969c411be4d9e9c705af9d88c980f0 100644 (file)
@@ -40,12 +40,14 @@ private:
        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, designfile;
        vector<string>  Estimators, Groups, outputNames, Sets;
     
     int process(GroupMap&, string);
+    vector<string> createGroupFile(vector<string>&);
 
 };