]> git.donarmstrong.com Git - mothur.git/blobdiff - anosimcommand.h
added citation function to commands
[mothur.git] / anosimcommand.h
index 7bc5655702df0048aa8d6a476972d7456923d659..aad676ab17d04ef25a9f6be2faa685d3ae580fc4 100644 (file)
@@ -26,6 +26,7 @@ public:
        string getCommandName()                 { return "anosim";                                      }
        string getCommandCategory()             { return "Hypothesis Testing";          }
        string getHelpString(); 
+       string getCitation() { return "Referenced: Clarke, K. R. (1993). Non-parametric multivariate analysis of changes in community structure. _Australian Journal of Ecology_ 18, 117-143. http://www.mothur.org/wiki/Anosim"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }