X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifytreecommand.h;h=758a438dc068f0790aab0b8b309f32a0fb6f24a5;hb=f06b339c5fc4b6d1b9d2a08fe16bf7670bf7aeb4;hp=026e4bae414d227dab7750d623999b86d4aa4a73;hpb=a78fa674631a7d8a8d4e5043384ee244ed65cc09;p=mothur.git diff --git a/classifytreecommand.h b/classifytreecommand.h index 026e4ba..758a438 100644 --- a/classifytreecommand.h +++ b/classifytreecommand.h @@ -22,6 +22,7 @@ public: vector setParameters(); string getCommandName() { return "classify.tree"; } string getCommandCategory() { return "Phylotype Analysis"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Classify.tree"; } string getDescription() { return "Find the consensus taxonomy for the descendant of each tree node"; } @@ -30,8 +31,6 @@ public: void help() { m->mothurOut(getHelpString()); } private: - ReadTree* read; - TreeMap* tmap; string treefile, taxonomyfile, groupfile, namefile, outputDir; bool abort; vector outputNames; @@ -43,8 +42,6 @@ private: int getClassifications(Tree*&); map > getDescendantList(Tree*&, int, map > >); string getTaxonomy(set, int&); - int readNamesFile(); - int readTaxonomyFile(); };