X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=venncommand.h;h=ae3c12167080508fbb8785751970c0836ef0a941;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=fe0e2a6c1a9a063e9eb08527c64b23703153fed0;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/venncommand.h b/venncommand.h index fe0e2a6..ae3c121 100644 --- a/venncommand.h +++ b/venncommand.h @@ -26,7 +26,9 @@ public: string getCommandName() { return "venn"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); - + 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()); } @@ -38,7 +40,7 @@ private: vector lookup; set< set > combosOfFour; SAbundVector* sabund; - int abund; + int abund, fontsize; bool abort, allLines, nseqs, perm; set labels; //holds labels to be used