X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=indicatorcommand.h;fp=indicatorcommand.h;h=578aa95cbd6ebd773e6595c875ef487fe4a6861b;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=9c8c6d437470588be099c656d89942ab8d78cc61;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/indicatorcommand.h b/indicatorcommand.h index 9c8c6d4..578aa95 100644 --- a/indicatorcommand.h +++ b/indicatorcommand.h @@ -27,7 +27,7 @@ public: string getCommandName() { return "indicator"; } string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Indicator"; } + string getCitation() { return "Dufrene M, Legendre P (1997). Species assemblages and indicator species: The need for a flexible asymmetrical approach. Ecol Monogr 67: 345-66.\n McCune B, Grace JB, Urban DL (2002). Analysis of ecological communities. MjM Software Design: Gleneden Beach, OR. \nLegendre P, Legendre L (1998). Numerical Ecology. Elsevier: New York. \nhttp://www.mothur.org/wiki/Indicator"; } int execute(); void help() { m->mothurOut(getHelpString()); }