X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mantelcommand.h;h=644d9b21ded9302bc8be1eff6b011b17fec278ac;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=adffda857c4e4aa64ceb38c502f011d7ecefed2e;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/mantelcommand.h b/mantelcommand.h index adffda8..644d9b2 100644 --- a/mantelcommand.h +++ b/mantelcommand.h @@ -22,9 +22,10 @@ public: vector setParameters(); string getCommandName() { return "mantel"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getOutputFileNameTag(string, string); 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/Mantel"; } - string getDescription() { return "mantel"; } + string getDescription() { return "Mantel’s test for correlation between matrices"; } int execute(); void help() { m->mothurOut(getHelpString()); }