]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.h
working on pam
[mothur.git] / venncommand.h
index 47f52015674aa52cd3f137b49d203e78ff1ae70d..4762902c51d4f1195e8f3fc604b1781ddb1df39f 100644 (file)
@@ -25,9 +25,12 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "venn";                                        }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       
        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()); }  
        
@@ -37,11 +40,11 @@ private:
        Venn* venn;
        vector<Calculator*> vennCalculators;    
        vector<SharedRAbundVector*> lookup;
-       set< set<int> > combosOfFour;
+       set< set<int> > combos;
        SAbundVector* sabund;
-       int abund;
+       int abund, fontsize, perm;
        
-       bool abort, allLines, nseqs, perm;
+       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;