X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=newcommandtemplate.h;h=8d1173192b35189bc7151d81b6c23bacc7f31a57;hp=ae57bd81de4b78d5aff12757341dec0068139d0c;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96 diff --git a/newcommandtemplate.h b/newcommandtemplate.h index ae57bd8..8d11731 100644 --- a/newcommandtemplate.h +++ b/newcommandtemplate.h @@ -35,9 +35,10 @@ public: vector setParameters(); string getCommandName() { return "newCommandNameToBeSeenByUser"; } string getCommandCategory() { return "commandCategory"; } - string getOutputFileNameTag(string, string); + + string getOutputPattern(string); //commmand category choices: Sequence Processing, OTU-Based Approaches, Hypothesis Testing, Phylotype Analysis, General, Clustering and Hidden - string getHelpString(); + string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/newCommandNameToBeSeenByUser"; } string getDescription() { return "brief description"; }