X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.h;h=c4b236cb12dbfc535c1de5da7840b39f21176fb7;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=1485613431944edb5daee6e71978af897818cba1;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/clustersplitcommand.h b/clustersplitcommand.h index 1485613..c4b236c 100644 --- a/clustersplitcommand.h +++ b/clustersplitcommand.h @@ -29,7 +29,8 @@ public: string getCommandName() { return "cluster.split"; } string getCommandCategory() { return "Clustering"; } string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Cluster.split"; } + string getCitation() { return "Schloss PD, Westcott SL (2011). Assessing and improving methods used in OTU-based approaches for 16S rRNA gene sequence analysis. Appl Environ Microbiol. \nhttp://www.mothur.org/wiki/Cluster.split"; } + string getDescription() { return "splits your sequences by distance or taxonomy then clusters into OTUs"; } int execute(); void help() { m->mothurOut(getHelpString()); }