X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cooccurrencecommand.h;h=08209190f3f51b0e334706530afed253684eb75e;hb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e;hp=530db9e2d27cad41cda6dc4f37ad07b01c570009;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/cooccurrencecommand.h b/cooccurrencecommand.h index 530db9e..0820919 100644 --- a/cooccurrencecommand.h +++ b/cooccurrencecommand.h @@ -30,7 +30,7 @@ public: string getCommandCategory() { return "Hypothesis Testing"; } string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Cooccurrence"; } + string getCitation() { return "Ulrich W & Gotelli NJ (2010). Null model analysis of species associations using abundance data. Ecology 91:3384.\nhttp://www.mothur.org/wiki/Cooccurrence"; } string getDescription() { return "calculates four metrics and tests their significance to assess whether presence-absence patterns are different than what one would expect by chance."; } int execute();