X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.h;fp=mgclustercommand.h;h=df0c526f2071636e87b0c2a403d2410324a8b89d;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=6ad1855ad007a36907e0c63d89b8d3d249ee2939;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;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()); }