X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=metastatscommand.h;h=88e32acc0426a15525b1278bd5fc6d9c4d6392fc;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=491e0761a35712638782fe8efb13cd6427d6b7f2;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/metastatscommand.h b/metastatscommand.h index 491e076..88e32ac 100644 --- a/metastatscommand.h +++ b/metastatscommand.h @@ -25,8 +25,9 @@ public: string getCommandName() { return "metastats"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); - string getCitation() { return "White, J.R., Nagarajan, N. & Pop, M. Statistical methods for detecting differentially abundant features in clinical metagenomic samples. PLoS Comput Biol 5, e1000352 (2009). http://www.mothur.org/wiki/Metastats"; } - + 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); }