]> git.donarmstrong.com Git - mothur.git/blobdiff - treemap.h
bugs fixes while testing for 1.5 release
[mothur.git] / treemap.h
index 8f744c80a3e92873699aca320032cedeea59a007..0824ebf7f7e6cd109db4d3adb344c46d09738b21 100644 (file)
--- a/treemap.h
+++ b/treemap.h
@@ -34,6 +34,7 @@ public:
        void setIndex(string, int);  //sequencename, index
        int getIndex(string);           //returns vector index of sequence
        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);
        vector<string> namesOfGroups;
        vector<string> namesOfSeqs;