]> git.donarmstrong.com Git - mothur.git/blobdiff - anosimcommand.h
optimizing classify.seqs calculating of template probabilities.
[mothur.git] / anosimcommand.h
index 593033d2fb086d9a3157ea4a27f1eae4e278e72e..ff1b683fac8a45e4146789f7c09a0503c0c39392 100644 (file)
@@ -25,8 +25,10 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "anosim";                                      }
        string getCommandCategory()             { return "Hypothesis Testing";          }
+    string getOutputFileNameTag(string, string);
        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 "analysis of similarity"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }