]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.h
weightedcommand
[mothur.git] / tree.h
diff --git a/tree.h b/tree.h
index 6404db784eec791783e609dfc8ff8d8a971c61aa..b0ae873a0b5ac0c5d364e4d6a9cdc3b5a6a877a7 100644 (file)
--- a/tree.h
+++ b/tree.h
@@ -26,7 +26,8 @@ public:
        void getCopy(Tree*);  //makes tree a copy of the one passed in.
        void assembleRandomTree();
        void assembleRandomUnifracTree();
-       void createNewickFile();
+       void assembleRandomUnifracTree(string, string);
+       void createNewickFile(string);
        int getIndex(string);
        void setIndex(string, int);
        int getNumNodes() { return numNodes; }
@@ -51,6 +52,7 @@ private:
        void randomTopology();
        void randomBlengths();
        void randomLabels();
+       void randomLabels(string, string);
        int findRoot();  //return index of root node
        void printBranch(int);  //recursively print out tree
        void setGroups();