]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.h
working on chimera.perseus. made removeConfidences function smarter. Fixed bug in...
[mothur.git] / venncommand.h
index fe0e2a6c1a9a063e9eb08527c64b23703153fed0..8d142623621bea33cc6f06d907e6b4fa2a667e2f 100644 (file)
@@ -26,7 +26,9 @@ public:
        string getCommandName()                 { return "venn";                                        }
        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()); }