]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
changed how we break up the files on parallelized commands to avoid scanning file.
[mothur.git] / collectsharedcommand.h
index 139a0cff7dfb3220db697d582ae037a99a3b0d98..b7a494149249af486c2a8cb812b00316a42b241f 100644 (file)
@@ -42,13 +42,13 @@ private:
        ValidCalculators* validCalculator;
        Collect* cCurve;
        vector<Display*> cDisplays;
-       int freq;
+       float freq;
        string format;
 
        bool abort, allLines, all;
        set<string> labels; //holds labels to be used
-       string label, calc, groups;
-       vector<string>  Estimators, Groups;
+       string label, calc, groups, outputDir;
+       vector<string>  Estimators, Groups, outputNames;
 
 
 };