]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotree.h
1.9
[mothur.git] / phylotree.h
index cae0a0893f3939842f948627af481953e393f87d..75abffcf8879898910745343d045b56c619569b9 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "mothur.h"
+#include "mothurout.h"
 
 /**************************************************************************************************/
 
@@ -32,7 +33,7 @@ public:
        PhyloTree();
        PhyloTree(string);  //pass it a taxonomy file and it makes the tree
        ~PhyloTree() {};
-       void addSeqToTree(string, string);
+       int addSeqToTree(string, string);
        void assignHeirarchyIDs(int);
        void print(ofstream&);
        vector<int> getGenusNodes();
@@ -55,6 +56,7 @@ private:
        int numNodes;
        int numSeqs;
        int maxLevel;
+       MothurOut* m;
 };
 
 /**************************************************************************************************/