X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=corraxescommand.h;h=067228f88ae5c55406021880ea21f4dde2018ce0;hb=ccae9eef0b44f2d63fdf4a707d0d40243aa1b990;hp=f4a3dfe83b13fe004239b3db4b4b110c11052c02;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/corraxescommand.h b/corraxescommand.h index f4a3dfe..067228f 100644 --- a/corraxescommand.h +++ b/corraxescommand.h @@ -24,8 +24,10 @@ public: vector setParameters(); string getCommandName() { return "corr.axes"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Corr.axes"; } + 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()); }