X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=mantelcommand.h;fp=mantelcommand.h;h=644d9b21ded9302bc8be1eff6b011b17fec278ac;hp=0a2c4045960911c65c4ea43213c08add648663a6;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hpb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4 diff --git a/mantelcommand.h b/mantelcommand.h index 0a2c404..644d9b2 100644 --- a/mantelcommand.h +++ b/mantelcommand.h @@ -22,6 +22,7 @@ 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’s test for correlation between matrices"; }