X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifytreecommand.h;fp=classifytreecommand.h;h=758a438dc068f0790aab0b8b309f32a0fb6f24a5;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=30957af065686f1f8958f7ea84d4be49c187debe;hpb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;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(); };