X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=rarefactcommand.h;h=02fe6e3aa4355a107e76f06d8f8f9a7f0df19118;hp=9c7e1ed34fcffebaf73f4499bd6637d0d36c2b68;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96 diff --git a/rarefactcommand.h b/rarefactcommand.h index 9c7e1ed..02fe6e3 100644 --- a/rarefactcommand.h +++ b/rarefactcommand.h @@ -26,8 +26,9 @@ public: vector setParameters(); string getCommandName() { return "rarefaction.single"; } string getCommandCategory() { return "OTU-Based Approaches"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "Magurran AE (2004). Measuring biological diversity. Blackwell Pub.: Malden, Ma. \nhttp://www.mothur.org/wiki/Rarefaction.single"; } string getDescription() { return "generate intra-sample rarefaction curves using a re-sampling without replacement approach"; }