X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=venncommand.h;h=98a59d404099dcb32052e07e93644be9f01e2869;hp=ae3c12167080508fbb8785751970c0836ef0a941;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=0718c426add1df69adcc24444ef45550fb262ca7 diff --git a/venncommand.h b/venncommand.h index ae3c121..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"; } @@ -42,7 +44,7 @@ private: SAbundVector* sabund; 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;