X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=venncommand.h;h=4762902c51d4f1195e8f3fc604b1781ddb1df39f;hp=ae3c12167080508fbb8785751970c0836ef0a941;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=0718c426add1df69adcc24444ef45550fb262ca7 diff --git a/venncommand.h b/venncommand.h index ae3c121..4762902 100644 --- a/venncommand.h +++ b/venncommand.h @@ -25,7 +25,9 @@ public: vector setParameters(); string getCommandName() { return "venn"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Venn"; } string getDescription() { return "generates a Venn diagram from data provided in a shared file"; } @@ -38,11 +40,11 @@ private: Venn* venn; vector vennCalculators; vector lookup; - set< set > combosOfFour; + set< set > combos; SAbundVector* sabund; - int abund, fontsize; + int abund, fontsize, perm; - bool abort, allLines, nseqs, perm; + bool abort, allLines, nseqs, sharedOtus; set labels; //holds labels to be used string format, groups, calc, label, outputDir, sharedfile, listfile, inputfile; vector Estimators, Groups, outputNames;