X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactcommand.h;h=72d24151193076eea753f5b17d97e135da7d42d0;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=b4bce3e172d141ab5e1fdcea1c59bd35b25dadab;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/rarefactcommand.h b/rarefactcommand.h index b4bce3e..72d2415 100644 --- a/rarefactcommand.h +++ b/rarefactcommand.h @@ -42,7 +42,7 @@ private: int nIters, abund, processors; float freq; - bool abort, allLines; + bool abort, allLines, groupMode; set labels; //holds labels to be used string label, calc, sharedfile, listfile, rabundfile, sabundfile, format, inputfile; vector Estimators; @@ -51,6 +51,7 @@ private: string outputDir; vector parseSharedFile(string); + vector createGroupFile(vector&, map); }; #endif