X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=venncommand.h;h=98a59d404099dcb32052e07e93644be9f01e2869;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=47f52015674aa52cd3f137b49d203e78ff1ae70d;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/venncommand.h b/venncommand.h index 47f5201..98a59d4 100644 --- a/venncommand.h +++ b/venncommand.h @@ -25,9 +25,12 @@ 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); } @@ -39,9 +42,9 @@ private: vector lookup; set< set > combosOfFour; SAbundVector* sabund; - int abund; + int abund, fontsize; - bool abort, allLines, nseqs, perm; + bool abort, allLines, nseqs, perm, sharedOtus; set labels; //holds labels to be used string format, groups, calc, label, outputDir, sharedfile, listfile, inputfile; vector Estimators, Groups, outputNames;