X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=treemap.h;h=7ffd1e7003154d672d544aa8a993f371a7f9a28a;hp=57822e02d4b8c3a57f7d0ddf26947c470bf9400b;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=d2390ede25cc211f95f99e377d5654bad7e6950e diff --git a/treemap.h b/treemap.h index 57822e0..7ffd1e7 100644 --- a/treemap.h +++ b/treemap.h @@ -29,8 +29,8 @@ public: int readMap(string); int getNumGroups(); int getNumSeqs(); - void setIndex(string, int); //sequencename, index - int getIndex(string); //returns vector index of sequence + //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);