X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactcommand.h;h=36288927ac2d5bb575378329c9c0a6b66f1db5c4;hb=c47e480b743d1c242b8c527b6d12f992c68b8c2c;hp=b4bce3e172d141ab5e1fdcea1c59bd35b25dadab;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/rarefactcommand.h b/rarefactcommand.h index b4bce3e..3628892 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&); }; #endif