X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.h;h=df0c526f2071636e87b0c2a403d2410324a8b89d;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=c23534f9dfd375cb34cc8c85963d17e8dbfee23d;hpb=0e051b4cfda410b0d441da6ff2f96d4bbe1d9e5a;p=mothur.git diff --git a/mgclustercommand.h b/mgclustercommand.h index c23534f..df0c526 100644 --- a/mgclustercommand.h +++ b/mgclustercommand.h @@ -32,7 +32,9 @@ public: string getCommandName() { return "mgcluster"; } string getCommandCategory() { return "Clustering"; } string getHelpString(); - + string getCitation() { return "Schloss PD, Handelsman J (2008). A statistical toolbox for metagenomics. BMC Bioinformatics 9: 34. \nhttp://www.mothur.org/wiki/Mgcluster"; } + string getDescription() { return "cluster your sequences into OTUs using a blast file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }