X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactcommand.h;h=6aaa3de401e07f653abcd29cff4e98c868a94e4b;hb=dec4333b64891e0b923c862446cf2e3befa7e3d3;hp=b4bce3e172d141ab5e1fdcea1c59bd35b25dadab;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/rarefactcommand.h b/rarefactcommand.h index b4bce3e..6aaa3de 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