X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pcoacommand.h;fp=pcoacommand.h;h=5b84d48cfa913f8b640646c272c1c90ec340bd58;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=d9aa270320999d4e5f35e68b1525746ec78e3ae4;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/pcoacommand.h b/pcoacommand.h index d9aa270..5b84d48 100644 --- a/pcoacommand.h +++ b/pcoacommand.h @@ -26,7 +26,7 @@ public: string getCommandName() { return "pcoa"; } string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Pcoa"; } + string getCitation() { return "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/Pcoa"; } int execute(); void help() { m->mothurOut(getHelpString()); }