X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=pcoacommand.h;h=29957f1140e81517cc5a244a696eba7aaf1db49a;hp=93feefa3dec06bc6084055fc701a6cd8baf058de;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=f687723a8357916e86a05116978e6869b039ce36 diff --git a/pcoacommand.h b/pcoacommand.h index 93feefa..29957f1 100644 --- a/pcoacommand.h +++ b/pcoacommand.h @@ -25,8 +25,9 @@ public: vector setParameters(); string getCommandName() { return "pcoa"; } string getCommandCategory() { return "Hypothesis Testing"; } - string getOutputFileNameTag(string, string); + 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"; }