X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=corraxescommand.h;h=2aa7ae0d345cff024b7485ad856013f88895edd9;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=45b6989406fc8f5610315dbe0adb511ca4c2349b;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/corraxescommand.h b/corraxescommand.h index 45b6989..2aa7ae0 100644 --- a/corraxescommand.h +++ b/corraxescommand.h @@ -26,6 +26,7 @@ public: string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); 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/Corr.axes"; } + string getDescription() { return "calculate the correlation coefficient for each column in a shared/relabund file to the axes displayed in a pcoa file"; } int execute(); void help() { m->mothurOut(getHelpString()); }