X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=summarycommand.h;h=1d93a333a8c971458ced6ca8803cb0b2027a48b2;hp=15b7f4066e9f17b263b30ac3d0b663d7cd414455;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hpb=791f42d21a85f794529fd4c912dcc27d873c25e8 diff --git a/summarycommand.h b/summarycommand.h index 15b7f40..1d93a33 100644 --- a/summarycommand.h +++ b/summarycommand.h @@ -37,9 +37,9 @@ private: vector sumCalculators; InputData* input; SAbundVector* sabund; - int abund, size; + int abund, size, iters, subsampleSize; - bool abort, allLines, groupMode; + bool abort, allLines, groupMode, subsample; set labels; //holds labels to be used string label, calc, outputDir, sharedfile, listfile, rabundfile, sabundfile, format, inputfile; vector Estimators; @@ -47,7 +47,8 @@ private: vector groups; vector parseSharedFile(string); - string createGroupSummaryFile(int, int, vector&); + vector createGroupSummaryFile(int, int, vector&, map); + int process(SAbundVector*&, ofstream&, ofstream&, ofstream&); };