X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=venncommand.h;h=98a59d404099dcb32052e07e93644be9f01e2869;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=8d142623621bea33cc6f06d907e6b4fa2a667e2f;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/venncommand.h b/venncommand.h index 8d14262..98a59d4 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"; } @@ -40,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;