X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=deuniquetreecommand.h;h=afb25a4a2b777c49f57f16884e36f871568ab1ac;hb=006601d68abe8d0061f77e8d28323b160750e343;hp=5131c114986e67c70c43019c44f67830c5ce1e4b;hpb=0cc0c01eb5127ef2b09b894e1f224ccc1d70bef0;p=mothur.git diff --git a/deuniquetreecommand.h b/deuniquetreecommand.h index 5131c11..afb25a4 100644 --- a/deuniquetreecommand.h +++ b/deuniquetreecommand.h @@ -12,7 +12,6 @@ #include "command.hpp" -#include "treemap.h" #include "sharedutilities.h" #include "readtree.h" @@ -26,15 +25,16 @@ public: vector setParameters(); string getCommandName() { return "deunique.tree"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Deunique.tree"; } + string getDescription() { return "add the redundant sequence names back into a tree of unique sequences"; } int execute(); void help() { m->mothurOut(getHelpString()); } private: - TreeMap* tmap; int numUniquesInName; bool abort;