X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=nmdscommand.h;h=92b694864a6d15f5b5dc20f176a271a7506ae6eb;hp=c05c9fe36cfd1d2ecbf545451d753fe25b946968;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf diff --git a/nmdscommand.h b/nmdscommand.h index c05c9fe..92b6948 100644 --- a/nmdscommand.h +++ b/nmdscommand.h @@ -37,7 +37,9 @@ public: vector setParameters(); string getCommandName() { return "nmds"; } string getCommandCategory() { return "Hypothesis Testing"; } + 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"; }