X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterdoturcommand.h;h=ec2f083e987e47f3125f381bd0c1199307dbdaf8;hb=8e67e9de1b200106bea5a468ac02125954656499;hp=42be4a6d659e6b290ccdd37d3be964ad49797df4;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/clusterdoturcommand.h b/clusterdoturcommand.h index 42be4a6..ec2f083 100644 --- a/clusterdoturcommand.h +++ b/clusterdoturcommand.h @@ -27,8 +27,10 @@ public: vector setParameters(); string getCommandName() { return "cluster.classic"; } string getCommandCategory() { return "Clustering"; } - string getHelpString(); + string getOutputFileNameTag(string, string); + string getHelpString(); string getCitation() { return "Schloss PD, Handelsman J (2005). Introducing DOTUR, a computer program for defining operational taxonomic units and estimating species richness. Appl Environ Microbiol 71: 1501-6. \nhttp://www.mothur.org/wiki/Cluster.classic"; } + string getDescription() { return "cluster your sequences into OTUs using DOTUR’s method"; } int execute(); void help() { m->mothurOut(getHelpString()); }