X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=corraxescommand.h;h=a91a24019c46b1b8d7346fd87e5a45ea957242a9;hp=45b6989406fc8f5610315dbe0adb511ca4c2349b;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102 diff --git a/corraxescommand.h b/corraxescommand.h index 45b6989..a91a240 100644 --- a/corraxescommand.h +++ b/corraxescommand.h @@ -24,8 +24,11 @@ public: vector setParameters(); string getCommandName() { return "corr.axes"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getHelpString(); + string getOutputPattern(string); 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()); }