]> git.donarmstrong.com Git - mothur.git/blobdiff - treemap.h
1.18.1
[mothur.git] / treemap.h
index bda6926c20ea79800e9f9cc8a06b87ce6f44c68c..9f10f375660be529a2b2b53e6a87745d426bba19 100644 (file)
--- a/treemap.h
+++ b/treemap.h
@@ -36,12 +36,13 @@ 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.
        map<string, GroupIndex> treemap; //sequence name and <groupname, vector index>
        void print(ostream&);
-       void makeSim(GroupMap*);  //takes groupmap info and fills treemap for use by tree.shared command.
+       void makeSim(vector<string>);  //takes groupmap info and fills treemap for use by tree.shared command.
        void makeSim(ListVector*);  //takes listvector info and fills treemap for use by tree.shared command.   
        
 private: