X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tree.h;fp=tree.h;h=1c44d8c919805c24072e0f6ab314789393ed63ce;hb=9b884118e97081d743c7b001216567f9b9131258;hp=59343d5fa828a2bcd15d4402764c070c51111e01;hpb=e03de8796670a0c747aed63483daa09c8b86aea0;p=mothur.git diff --git a/tree.h b/tree.h index 59343d5..1c44d8c 100644 --- a/tree.h +++ b/tree.h @@ -39,9 +39,10 @@ public: //this function takes the leaf info and populates the non leaf nodes int assembleTree(); + int assembleTree(string); vector tree; //the first n nodes are the leaves, where n is the number of sequences. - + map< string, vector > groupNodeInfo; //maps group to indexes of leaf nodes with that group, different groups may contain same node because of names file. private: GlobalData* globaldata;