]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
modified freq parameter be a percentage of numSeqs, added catchall command - not...
[mothur.git] / rarefactsharedcommand.h
index da26d174ca3c3cc9da41027f5252aa8f58288f20..1bcddb5257f56967a63b66f0740e648811509204 100644 (file)
@@ -34,9 +34,10 @@ private:
        ValidCalculators* validCalculator;
        Rarefact* rCurve;
        vector<Display*> rDisplays;
-       int freq, nIters;
+       int nIters;
        string format;
-
+       float freq;
+       
        bool abort, allLines, jumble;
        set<string> labels; //holds labels to be used
        string label, calc, groups, outputDir;