X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=deuniquetreecommand.h;h=18a6e5e95491603f051b847467db80512d3ad517;hb=2c97dd48b8e27ee0a6a86c7a082f4c504c3357c6;hp=5131c114986e67c70c43019c44f67830c5ce1e4b;hpb=0cc0c01eb5127ef2b09b894e1f224ccc1d70bef0;p=mothur.git diff --git a/deuniquetreecommand.h b/deuniquetreecommand.h index 5131c11..18a6e5e 100644 --- a/deuniquetreecommand.h +++ b/deuniquetreecommand.h @@ -12,7 +12,6 @@ #include "command.hpp" -#include "treemap.h" #include "sharedutilities.h" #include "readtree.h" @@ -28,13 +27,13 @@ public: string getCommandCategory() { return "Hypothesis Testing"; } 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;