X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=venncommand.h;h=4762902c51d4f1195e8f3fc604b1781ddb1df39f;hp=98a59d404099dcb32052e07e93644be9f01e2869;hb=ac03f1f6c27b5bfdf2cfb6d45c3667c3e0281f51;hpb=fe08eacea5a2d34cd4bd27e8451fd2872102a80a diff --git a/venncommand.h b/venncommand.h index 98a59d4..4762902 100644 --- a/venncommand.h +++ b/venncommand.h @@ -40,11 +40,11 @@ private: Venn* venn; vector vennCalculators; vector lookup; - set< set > combosOfFour; + set< set > combos; SAbundVector* sabund; - int abund, fontsize; + int abund, fontsize, perm; - bool abort, allLines, nseqs, perm, sharedOtus; + bool abort, allLines, nseqs, sharedOtus; set labels; //holds labels to be used string format, groups, calc, label, outputDir, sharedfile, listfile, inputfile; vector Estimators, Groups, outputNames;