X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=pcoacommand.h;h=29957f1140e81517cc5a244a696eba7aaf1db49a;hp=5b84d48cfa913f8b640646c272c1c90ec340bd58;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102 diff --git a/pcoacommand.h b/pcoacommand.h index 5b84d48..29957f1 100644 --- a/pcoacommand.h +++ b/pcoacommand.h @@ -25,9 +25,12 @@ public: vector setParameters(); string getCommandName() { return "pcoa"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getHelpString(); + string getOutputPattern(string); 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/Pcoa"; } - + string getDescription() { return "pcoa"; } + int execute(); void help() { m->mothurOut(getHelpString()); }