]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.h
fixed issue in tree.shared when shared file was not sorted
[mothur.git] / venncommand.h
index fe0e2a6c1a9a063e9eb08527c64b23703153fed0..15932ecd5cdc2da8cbc362d0a3b55ff206a748b0 100644 (file)
@@ -25,8 +25,12 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "venn";                                        }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
-       string getHelpString(); 
        
+       string getHelpString(); 
+    string getOutputPattern(string);   
+       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()); }  
        
@@ -38,7 +42,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