]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.h
fixed bug with dist.shared subsampling. added mode parameter to dist.shared so...
[mothur.git] / venncommand.h
index 47f52015674aa52cd3f137b49d203e78ff1ae70d..ae3c12167080508fbb8785751970c0836ef0a941 100644 (file)
@@ -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<SharedRAbundVector*> lookup;
        set< set<int> > combosOfFour;
        SAbundVector* sabund;
-       int abund;
+       int abund, fontsize;
        
        bool abort, allLines, nseqs, perm;
        set<string> labels; //holds labels to be used