X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarysharedcommand.h;h=b99e0f037206496f788635fa7d8a6ce21958d56b;hb=7588ff51d365aad66f455694afb90b6fd3e6639a;hp=bcd8ab671f2727331179dbe3511d4acd72f72417;hpb=43921e55e68146936cf72f65fbc92553bc05977b;p=mothur.git diff --git a/summarysharedcommand.h b/summarysharedcommand.h index bcd8ab6..b99e0f0 100644 --- a/summarysharedcommand.h +++ b/summarysharedcommand.h @@ -28,6 +28,11 @@ public: void help(); private: + struct linePair { + int start; + int end; + }; + vector lines; GlobalData* globaldata; ReadOTUFile* read; vector sumCalculators; @@ -39,9 +44,10 @@ private: string label, calc, groups; vector Estimators, Groups, outputNames; vector lookup; - string outputFileName, format, outAllFileName, outputDir; - ofstream outputFileHandle, outAll; - int process(vector); + string format, outputDir; + int numGroups, processors; + int process(vector, string, string); + int driver(vector, int, int, string, string); };