X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarysharedcommand.h;h=7c6a4b2965783a8145d311cfae05a150d82c2ce7;hb=cc19310422f125d6628980bd1148e1e816792382;hp=fbfea7bd98fac33bb8570934b6bcd9e9d99ceaba;hpb=91a27e0483827c06c21c4fe89558923bbfe86573;p=mothur.git diff --git a/summarysharedcommand.h b/summarysharedcommand.h index fbfea7b..7c6a4b2 100644 --- a/summarysharedcommand.h +++ b/summarysharedcommand.h @@ -67,6 +67,7 @@ public: vector setParameters(); string getCommandName() { return "summary.shared"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); 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 +85,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 >&); };