]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.h
modified freq parameter be a percentage of numSeqs, added catchall command - not...
[mothur.git] / collectcommand.h
index 46dd9dc32b339fb2bf95a6e259114cc04d94f12d..773bdae5c1d0b71bdad01e4403d3af3702274e70 100644 (file)
@@ -50,11 +50,12 @@ private:
        Collect* cCurve;
        ValidCalculators* validCalculator;
        vector<Display*> cDisplays;
-       int freq, abund, size;
+       int abund, size;
+       float freq;
 
        bool abort, allLines;
        set<string> labels; //holds labels to be used
-       string label, calc;
+       string label, calc, outputDir;
        vector<string>  Estimators;
        vector<string> inputFileNames;
        vector<string> groups;