]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
modified calculators to use doubles, added numotu and fontsize parameters to heatmap...
[mothur.git] / collectsharedcommand.h
index e8b7b96a608453f5c5c7c6e510cd9b96bacd661b..b7a494149249af486c2a8cb812b00316a42b241f 100644 (file)
@@ -42,13 +42,13 @@ private:
        ValidCalculators* validCalculator;
        Collect* cCurve;
        vector<Display*> cDisplays;
-       int freq;
+       float freq;
        string format;
 
-       bool abort, allLines;
+       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;
 
 
 };