X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nmdscommand.h;h=90364adcdc03198320a12c86fc0ef4b7f970c650;hb=dc383fb61b6d165a8d36e6108df8bc7129243ae6;hp=0b7f5a8264c18b88ca0a271089e818cd85bfd86b;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/nmdscommand.h b/nmdscommand.h index 0b7f5a8..90364ad 100644 --- a/nmdscommand.h +++ b/nmdscommand.h @@ -37,9 +37,11 @@ public: vector setParameters(); string getCommandName() { return "nmds"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getOutputFileNameTag(string, string); string getHelpString(); 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); }