X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarysharedcommand.h;h=f486d520216bd8ec4858d50cd7f2d92b7fd23537;hb=55bbd10379db27def51cec72a8819d775f73e45b;hp=fbfea7bd98fac33bb8570934b6bcd9e9d99ceaba;hpb=43ed0accfbc2852849e104ff7eccdd2c42acd4ec;p=mothur.git diff --git a/summarysharedcommand.h b/summarysharedcommand.h index fbfea7b..f486d52 100644 --- a/summarysharedcommand.h +++ b/summarysharedcommand.h @@ -67,7 +67,9 @@ public: vector setParameters(); string getCommandName() { return "summary.shared"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Summary.shared"; } string getDescription() { return "generate a summary file containing calculator values for each line in the OTU data and for all possible comparisons between groups"; } @@ -84,15 +86,16 @@ private: vector sumCalculators; InputData* input; - bool abort, allLines, mult, all, createPhylip; + bool abort, allLines, mult, all, createPhylip, subsample; set labels; //holds labels to be used - string label, calc, groups, sharedfile; + string label, calc, groups, sharedfile, output; vector Estimators, Groups, outputNames; vector lookup; string format, outputDir; - int numGroups, processors; + int numGroups, processors, subsampleSize, iters; int process(vector, string, string); int driver(vector, int, int, string, string, vector< vector >&); + int printSims(ostream&, vector< vector >&); };