]> git.donarmstrong.com Git - mothur.git/blobdiff - nmdscommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / nmdscommand.h
index 0b7f5a8264c18b88ca0a271089e818cd85bfd86b..c05c9fe36cfd1d2ecbf545451d753fe25b946968 100644 (file)
@@ -39,7 +39,8 @@ public:
        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()); }