]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.h
added binary file operations to mothurout class. added comment to sequence class...
[mothur.git] / venncommand.h
index 98a59d404099dcb32052e07e93644be9f01e2869..4762902c51d4f1195e8f3fc604b1781ddb1df39f 100644 (file)
@@ -40,11 +40,11 @@ private:
        Venn* venn;
        vector<Calculator*> vennCalculators;    
        vector<SharedRAbundVector*> lookup;
-       set< set<int> > combosOfFour;
+       set< set<int> > combos;
        SAbundVector* sabund;
-       int abund, fontsize;
+       int abund, fontsize, perm;
        
-       bool abort, allLines, nseqs, perm, sharedOtus;
+       bool abort, allLines, nseqs, sharedOtus;
        set<string> labels; //holds labels to be used
        string format, groups, calc, label, outputDir, sharedfile, listfile, inputfile;
        vector<string> Estimators, Groups, outputNames;