X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotypecommand.h;h=ecc7376ecb7ea1a312af1e374ae76fb089e08add;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=a0411308e01121af1a56a68dd28218b421598cbc;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/phylotypecommand.h b/phylotypecommand.h index a041130..ecc7376 100644 --- a/phylotypecommand.h +++ b/phylotypecommand.h @@ -28,7 +28,8 @@ public: string getCommandCategory() { return "Clustering"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Phylotype"; } - + string getDescription() { return "cluster your sequences into OTUs based on their classifications"; } + int execute(); void help() { m->mothurOut(getHelpString()); }