X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pcoacommand.h;fp=pcoacommand.h;h=3d24f6a97f799f1c8627ef40d5dbec888da51dc6;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=5b84d48cfa913f8b640646c272c1c90ec340bd58;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/pcoacommand.h b/pcoacommand.h index 5b84d48..3d24f6a 100644 --- a/pcoacommand.h +++ b/pcoacommand.h @@ -27,7 +27,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/Pcoa"; } - + string getDescription() { return "pcoa"; } + int execute(); void help() { m->mothurOut(getHelpString()); }