X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pcacommand.h;h=64235841a9a29b651ea4f1fe2b64e2125876bc43;hb=cbaa068e77aeb15bb06f0695a36d8f757977ed64;hp=f139214d6b1c0e0ac526e3df484b0168674a3f05;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/pcacommand.h b/pcacommand.h index f139214..6423584 100644 --- a/pcacommand.h +++ b/pcacommand.h @@ -25,9 +25,11 @@ public: vector setParameters(); string getCommandName() { return "pca"; } 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/Pca"; } - + string getDescription() { return "pca"; } + int execute(); void help() { m->mothurOut(getHelpString()); }