]> git.donarmstrong.com Git - mothur.git/blobdiff - anosimcommand.h
added command descriptions
[mothur.git] / anosimcommand.h
index 593033d2fb086d9a3157ea4a27f1eae4e278e72e..9f8617acf5f087c38864d431786d9e3f2a4ba554 100644 (file)
@@ -27,6 +27,7 @@ public:
        string getCommandCategory()             { return "Hypothesis Testing";          }
        string getHelpString(); 
        string getCitation() { return "Clarke, K. R. (1993). Non-parametric multivariate analysis of changes in community structure. _Australian Journal of Ecology_ 18, 117-143.\nhttp://www.mothur.org/wiki/Anosim"; }
+       string getDescription()         { return "anosim"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }