X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=venncommand.h;h=15932ecd5cdc2da8cbc362d0a3b55ff206a748b0;hb=4542a79d20176ff0ee830b0f9d4f4c92637439d9;hp=9f369280fc66e53754da98a4b6252568a7960d90;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/venncommand.h b/venncommand.h index 9f36928..15932ec 100644 --- a/venncommand.h +++ b/venncommand.h @@ -25,8 +25,9 @@ public: vector setParameters(); string getCommandName() { return "venn"; } string getCommandCategory() { return "OTU-Based Approaches"; } - string getOutputFileNameTag(string, string); + 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"; }