]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / rarefactcommand.h
index b4bce3e172d141ab5e1fdcea1c59bd35b25dadab..72d24151193076eea753f5b17d97e135da7d42d0 100644 (file)
@@ -42,7 +42,7 @@ private:
        int nIters, abund, processors;
        float freq;
        
-       bool abort, allLines;
+       bool abort, allLines, groupMode;
        set<string> labels; //holds labels to be used
        string label, calc, sharedfile, listfile, rabundfile, sabundfile, format, inputfile;
        vector<string>  Estimators;
@@ -51,6 +51,7 @@ private:
        string outputDir;
        
        vector<string> parseSharedFile(string);
+       vector<string> createGroupFile(vector<string>&, map<string, string>);
 };
 
 #endif