X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nmdscommand.h;h=92b694864a6d15f5b5dc20f176a271a7506ae6eb;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=90364adcdc03198320a12c86fc0ef4b7f970c650;hpb=f687723a8357916e86a05116978e6869b039ce36;p=mothur.git diff --git a/nmdscommand.h b/nmdscommand.h index 90364ad..92b6948 100644 --- a/nmdscommand.h +++ b/nmdscommand.h @@ -37,8 +37,9 @@ public: vector setParameters(); string getCommandName() { return "nmds"; } string getCommandCategory() { return "Hypothesis Testing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "Borg, Groenen (1997). Non-metric multidimensional scaling function using the majorization algorithm, in Modern Multidimensional Scaling. Ed. T.F. Cox and M.A.A. Cox. Chapman and Hall. \nhttp://www.mothur.org/wiki/Nmds"; } string getDescription() { return "nmds"; }