X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=pcacommand.h;h=482ecc3fecf678cca5853eb9c1160f005204a604;hp=64235841a9a29b651ea4f1fe2b64e2125876bc43;hb=615301e57c25e241356a9c2380648d117709458d;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96 diff --git a/pcacommand.h b/pcacommand.h index 6423584..482ecc3 100644 --- a/pcacommand.h +++ b/pcacommand.h @@ -25,8 +25,9 @@ public: vector setParameters(); string getCommandName() { return "pca"; } 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/Pca"; } string getDescription() { return "pca"; } @@ -44,7 +45,7 @@ private: //vector< vector > createMatrix(vector); int process(vector&); - void output(string, vector, vector >&, vector); + void output(string, string, vector, vector >&, vector); };