X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treemap.h;fp=treemap.h;h=d4b506e6fb1d26675937f89f2cc1591e21a98c07;hb=e03de8796670a0c747aed63483daa09c8b86aea0;hp=bda6926c20ea79800e9f9cc8a06b87ce6f44c68c;hpb=0c764f30117bc3ae41413e12071070330c3d6a3d;p=mothur.git diff --git a/treemap.h b/treemap.h index bda6926..d4b506e 100644 --- a/treemap.h +++ b/treemap.h @@ -36,6 +36,7 @@ public: bool isValidGroup(string); //return true if string is a valid group void removeSeq(string); //removes a sequence, this is to accomadate trees that do not contain all the seqs in your groupfile string getGroup(string); + void addSeq(string, string); vector namesOfGroups; vector namesOfSeqs; map seqsPerGroup; //groupname, number of seqs in that group.