X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mantelcommand.h;h=0a2c4045960911c65c4ea43213c08add648663a6;hb=b72799e7908e2a3a0cf4f03e796b077a97ace6ac;hp=adffda857c4e4aa64ceb38c502f011d7ecefed2e;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/mantelcommand.h b/mantelcommand.h index adffda8..0a2c404 100644 --- a/mantelcommand.h +++ b/mantelcommand.h @@ -24,7 +24,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/Mantel"; } - string getDescription() { return "mantel"; } + string getDescription() { return "Mantel’s test for correlation between matrices"; } int execute(); void help() { m->mothurOut(getHelpString()); }