]> git.donarmstrong.com Git - mothur.git/blobdiff - nmdscommand.h
fix to summary.tax for 1.28.0
[mothur.git] / nmdscommand.h
index 861e8eaf95eb79a02c4e918a732f13c19f3ce845..90364adcdc03198320a12c86fc0ef4b7f970c650 100644 (file)
@@ -37,8 +37,11 @@ public:
        vector<string> 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()); }