X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotypecommand.h;h=ecc7376ecb7ea1a312af1e374ae76fb089e08add;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=c5aea714714d2f95e5f57ced3fb8289f3039a481;hpb=a688f253166590ee0b256f02e02f47c9cae44fd1;p=mothur.git diff --git a/phylotypecommand.h b/phylotypecommand.h index c5aea71..ecc7376 100644 --- a/phylotypecommand.h +++ b/phylotypecommand.h @@ -20,9 +20,18 @@ class PhylotypeCommand : public Command { public: PhylotypeCommand(string); - ~PhylotypeCommand(); - int execute(); - void help(); + PhylotypeCommand(); + ~PhylotypeCommand(){} + + vector setParameters(); + 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()); } private: bool abort, allLines; @@ -30,6 +39,8 @@ private: set labels; //holds labels to be used int cutoff; map namemap; + vector outputNames; + map > outputTypes; map currentNodes; map parentNodes;