]> git.donarmstrong.com Git - mothur.git/blobdiff - deuniquetreecommand.h
added debug statements to trim.seqs
[mothur.git] / deuniquetreecommand.h
index 6d72253bad9b1556aed865cae0a1e8b52c91cdea..afb25a4a2b777c49f57f16884e36f871568ab1ac 100644 (file)
@@ -12,7 +12,6 @@
 
 
 #include "command.hpp"
-#include "treemap.h"
 #include "sharedutilities.h"
 #include "readtree.h"
 
@@ -26,6 +25,7 @@ public:
        vector<string> 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"; }
@@ -35,7 +35,6 @@ public:
        
        
 private:
-       TreeMap* tmap;
        int numUniquesInName;
        
        bool abort;