X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifytreecommand.h;h=758a438dc068f0790aab0b8b309f32a0fb6f24a5;hb=cbaa068e77aeb15bb06f0695a36d8f757977ed64;hp=30957af065686f1f8958f7ea84d4be49c187debe;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/classifytreecommand.h b/classifytreecommand.h index 30957af..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"; } @@ -41,8 +42,6 @@ private: int getClassifications(Tree*&); map > getDescendantList(Tree*&, int, map > >); string getTaxonomy(set, int&); - int readNamesFile(); - int readTaxonomyFile(); };