X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=venncommand.h;h=9f369280fc66e53754da98a4b6252568a7960d90;hb=529ec122f7cac4af987e121d150b878d7c7a0d5d;hp=8d142623621bea33cc6f06d907e6b4fa2a667e2f;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/venncommand.h b/venncommand.h index 8d14262..9f36928 100644 --- a/venncommand.h +++ b/venncommand.h @@ -25,6 +25,7 @@ public: vector setParameters(); string getCommandName() { return "venn"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); 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"; } @@ -40,7 +41,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