]> git.donarmstrong.com Git - mothur.git/blobdiff - treemap.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / treemap.h
index 57822e02d4b8c3a57f7d0ddf26947c470bf9400b..7ffd1e7003154d672d544aa8a993f371a7f9a28a 100644 (file)
--- 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);