X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifyotucommand.h;h=c0a822070fa9a8b0b570f05e1ede727e19ead48b;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=c08a29b8c71552be73d7bd1d3e28c3b0a1ee2159;hpb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e;p=mothur.git diff --git a/classifyotucommand.h b/classifyotucommand.h index c08a29b..c0a8220 100644 --- a/classifyotucommand.h +++ b/classifyotucommand.h @@ -26,8 +26,9 @@ public: vector setParameters(); string getCommandName() { return "classify.otu"; } string getCommandCategory() { return "Phylotype Analysis"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "Schloss PD, Westcott SL (2011). Assessing and improving methods used in OTU-based approaches for 16S rRNA gene sequence analysis. Appl Environ Microbiol 77:3219.\nhttp://www.mothur.org/wiki/Classify.otu"; } string getDescription() { return "find the concensus taxonomy for each OTU"; }