X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=nmdscommand.h;h=92b694864a6d15f5b5dc20f176a271a7506ae6eb;hp=f099f95a4c0baadc0d50747cac5cd18e6972439f;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77 diff --git a/nmdscommand.h b/nmdscommand.h index f099f95..92b6948 100644 --- a/nmdscommand.h +++ b/nmdscommand.h @@ -37,9 +37,12 @@ public: vector setParameters(); string getCommandName() { return "nmds"; } string getCommandCategory() { return "Hypothesis Testing"; } - string getHelpString(); - string getCitation() { return "Non-metric multidimensional scaling function using the majorization algorithm from Borg & Groenen 1997, Modern Multidimensional Scaling. http://www.mothur.org/wiki/Nmds"; } + 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); }