X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=metastatscommand.h;fp=metastatscommand.h;h=7884130ad55dda3fff3fb7880a4c80e6fe15ed9b;hp=377adf18db177f145e1578d41e455fd7c70d6733;hb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;hpb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e diff --git a/metastatscommand.h b/metastatscommand.h index 377adf1..7884130 100644 --- a/metastatscommand.h +++ b/metastatscommand.h @@ -25,8 +25,9 @@ public: vector setParameters(); string getCommandName() { return "metastats"; } string getCommandCategory() { return "OTU-Based Approaches"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "White JR, Nagarajan N, Pop M (2009). Statistical methods for detecting differentially abundant features in clinical metagenomic samples. PLoS Comput Biol 5: e1000352. \nhttp://www.mothur.org/wiki/Metastats"; } string getDescription() { return "detects differentially abundant features in clinical metagenomic samples"; }