X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterdoturcommand.h;h=ec2f083e987e47f3125f381bd0c1199307dbdaf8;hb=f06b339c5fc4b6d1b9d2a08fe16bf7670bf7aeb4;hp=643551a35c0289efe46a9bd5f2e280566faea31e;hpb=b72799e7908e2a3a0cf4f03e796b077a97ace6ac;p=mothur.git diff --git a/clusterdoturcommand.h b/clusterdoturcommand.h index 643551a..ec2f083 100644 --- a/clusterdoturcommand.h +++ b/clusterdoturcommand.h @@ -27,7 +27,8 @@ 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"; }