]> git.donarmstrong.com Git - mothur.git/blobdiff - treemap.h
made read.tree not require a groupfile, if one is not given all seqs are assumed...
[mothur.git] / treemap.h
index bda6926c20ea79800e9f9cc8a06b87ce6f44c68c..d4b506e6fb1d26675937f89f2cc1591e21a98c07 100644 (file)
--- 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<string> namesOfGroups;
        vector<string> namesOfSeqs;
     map<string,int> seqsPerGroup;      //groupname, number of seqs in that group.