X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=newcommandtemplate.h;h=ae57bd81de4b78d5aff12757341dec0068139d0c;hb=cc19310422f125d6628980bd1148e1e816792382;hp=5fd36b17af596785a2ff99d065ca02e3372d1e71;hpb=42d411d3362186465347aeabdd3155bd3259671e;p=mothur.git diff --git a/newcommandtemplate.h b/newcommandtemplate.h index 5fd36b1..ae57bd8 100644 --- a/newcommandtemplate.h +++ b/newcommandtemplate.h @@ -35,8 +35,9 @@ public: vector setParameters(); string getCommandName() { return "newCommandNameToBeSeenByUser"; } string getCommandCategory() { return "commandCategory"; } + string getOutputFileNameTag(string, 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"; }