X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=corraxescommand.h;h=a91a24019c46b1b8d7346fd87e5a45ea957242a9;hp=067228f88ae5c55406021880ea21f4dde2018ce0;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96 diff --git a/corraxescommand.h b/corraxescommand.h index 067228f..a91a240 100644 --- a/corraxescommand.h +++ b/corraxescommand.h @@ -24,8 +24,9 @@ public: vector setParameters(); string getCommandName() { return "corr.axes"; } string getCommandCategory() { return "Hypothesis Testing"; } - string getOutputFileNameTag(string, string); + 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"; }