X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.h;h=df0c526f2071636e87b0c2a403d2410324a8b89d;hb=783b9ef8e739307aed392f35970701f6b53390fb;hp=6ad1855ad007a36907e0c63d89b8d3d249ee2939;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/mgclustercommand.h b/mgclustercommand.h index 6ad1855..df0c526 100644 --- a/mgclustercommand.h +++ b/mgclustercommand.h @@ -33,7 +33,8 @@ public: 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()); }