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