X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotypecommand.h;h=ecc7376ecb7ea1a312af1e374ae76fb089e08add;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=36e679f28aab41ec31848084b117845a9ecab12c;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/phylotypecommand.h b/phylotypecommand.h index 36e679f..ecc7376 100644 --- a/phylotypecommand.h +++ b/phylotypecommand.h @@ -24,10 +24,12 @@ public: ~PhylotypeCommand(){} vector setParameters(); - string getCommandName() { return "phylotype"; } - string getCommandCategory() { return "OTU-Based Approaches"; } + 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()); }