]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.h
worked on unifrac.unweighted()
[mothur.git] / tree.h
diff --git a/tree.h b/tree.h
index 733f3a082a87525dc1db339ccd5f983b9f2c4206..d6a3b556f09ca251a2cbad64e07c0187dd50e6b4 100644 (file)
--- a/tree.h
+++ b/tree.h
@@ -25,7 +25,7 @@ public:
        
        void getCopy(Tree*);  //makes tree a copy of the one passed in.
        void assembleRandomTree();
-       void assembleRandomUnifracTree();
+       void assembleRandomUnifracTree(vector<string>);
        void assembleRandomUnifracTree(string, string);
        void createNewickFile(string);
        int getIndex(string);
@@ -51,11 +51,10 @@ private:
        map<string,int> Tree::mergeGcounts(int);
        void randomTopology();
        void randomBlengths();
-       void randomLabels();
+       void randomLabels(vector<string>);
        void randomLabels(string, string);
        int findRoot();  //return index of root node
        void printBranch(int);  //recursively print out tree
-       void setGroups();
 };
 
 #endif