X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotypecommand.h;h=ecc7376ecb7ea1a312af1e374ae76fb089e08add;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=30a578221f09042817534b51f91d8e33f3125c6c;hpb=0e051b4cfda410b0d441da6ff2f96d4bbe1d9e5a;p=mothur.git diff --git a/phylotypecommand.h b/phylotypecommand.h index 30a5782..ecc7376 100644 --- a/phylotypecommand.h +++ b/phylotypecommand.h @@ -27,7 +27,9 @@ public: string getCommandName() { return "phylotype"; } 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()); }