X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=venncommand.h;h=ae3c12167080508fbb8785751970c0836ef0a941;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=47f52015674aa52cd3f137b49d203e78ff1ae70d;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/venncommand.h b/venncommand.h index 47f5201..ae3c121 100644 --- a/venncommand.h +++ b/venncommand.h @@ -27,7 +27,8 @@ public: 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()); } @@ -39,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