]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
fixed phylo.diversity
[mothur.git] / rarefactcommand.h
index 88b0ade9c51824059f387e1c72b6564b3046d453..f4492a2ec15e97a9cf52295202306689e2820961 100644 (file)
@@ -36,12 +36,19 @@ private:
        InputData* input;
        ValidCalculators* validCalculator;
        Rarefact* rCurve;
-       int freq, nIters, abund;
-
+       int nIters, abund;
+       float freq;
+       
        bool abort, allLines;
        set<string> labels; //holds labels to be used
        string label, calc;
        vector<string>  Estimators;
+       vector<string> inputFileNames;
+       vector<string> groups;
+       string outputDir;
+       
+       vector<string> parseSharedFile(string);
+
 
 };