X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifytreecommand.h;h=30957af065686f1f8958f7ea84d4be49c187debe;hb=ffc44592ff7ae94f14f9e21f87198e33d323cd1d;hp=bd0e1ce4f084ccefae3fd8c088322dca1dc214b5;hpb=d6c0a11d1cecfac18b323285e7ffadb7f58e848f;p=mothur.git diff --git a/classifytreecommand.h b/classifytreecommand.h index bd0e1ce..30957af 100644 --- a/classifytreecommand.h +++ b/classifytreecommand.h @@ -24,14 +24,12 @@ public: string getCommandCategory() { return "Phylotype Analysis"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Classify.tree"; } - string getDescription() { return "Find the concensus taxonomy for the descendant of each tree node"; } + string getDescription() { return "Find the consensus taxonomy for the descendant of each tree node"; } int execute(); void help() { m->mothurOut(getHelpString()); } private: - ReadTree* read; - TreeMap* tmap; string treefile, taxonomyfile, groupfile, namefile, outputDir; bool abort; vector outputNames;