X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarycommand.h;h=1258c650179a73afd9bcc85e56bfee92dca1d996;hb=92f998cc7debc4bf3e8594848586b8153d96db16;hp=6ee8c4a522d517b563318d92b840f708b20603e5;hpb=d5bf2c1354d0811a33394d918b15620606560d58;p=mothur.git diff --git a/summarycommand.h b/summarycommand.h index 6ee8c4a..1258c65 100644 --- a/summarycommand.h +++ b/summarycommand.h @@ -33,14 +33,17 @@ private: InputData* input; ValidCalculators* validCalculator; SAbundVector* sabund; - string outputFileName; - ofstream outputFileHandle; int abund, size; bool abort, allLines; set labels; //holds labels to be used string label, calc; vector Estimators; + vector inputFileNames; + vector groups; + + vector parseSharedFile(string); + }; #endif