X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nmdscommand.h;h=c05c9fe36cfd1d2ecbf545451d753fe25b946968;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=861e8eaf95eb79a02c4e918a732f13c19f3ce845;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/nmdscommand.h b/nmdscommand.h index 861e8ea..c05c9fe 100644 --- a/nmdscommand.h +++ b/nmdscommand.h @@ -38,7 +38,9 @@ public: string getCommandName() { return "nmds"; } string getCommandCategory() { return "Hypothesis Testing"; } 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()); }