X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarycommand.h;h=6b3fa69c67e46cd92d44f0064404d2743dd29b7a;hb=202846c98b9eff0eca7b20a570bfffa8ee4a5f4e;hp=6f04fc721ad109545aa899b0a85871982bdc3c80;hpb=058715887611e00dc18324cb0bd4a4a8472530b3;p=mothur.git diff --git a/summarycommand.h b/summarycommand.h index 6f04fc7..6b3fa69 100644 --- a/summarycommand.h +++ b/summarycommand.h @@ -35,7 +35,7 @@ private: SAbundVector* sabund; int abund, size; - bool abort, allLines; + bool abort, allLines, groupMode; set labels; //holds labels to be used string label, calc, outputDir; vector Estimators; @@ -43,6 +43,7 @@ private: vector groups; vector parseSharedFile(string); + string createGroupSummaryFile(int, int, vector); };