X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotypecommand.h;h=30a578221f09042817534b51f91d8e33f3125c6c;hb=fee6c80b2ca01d5efd0da8a70bdf07475b23e9da;hp=c5aea714714d2f95e5f57ced3fb8289f3039a481;hpb=a688f253166590ee0b256f02e02f47c9cae44fd1;p=mothur.git diff --git a/phylotypecommand.h b/phylotypecommand.h index c5aea71..30a5782 100644 --- a/phylotypecommand.h +++ b/phylotypecommand.h @@ -20,9 +20,16 @@ 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(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: bool abort, allLines; @@ -30,6 +37,8 @@ private: set labels; //holds labels to be used int cutoff; map namemap; + vector outputNames; + map > outputTypes; map currentNodes; map parentNodes;