]> git.donarmstrong.com Git - mothur.git/blobdiff - groupmap.h
added ability for user to select which groups to analyze with the collect.shared...
[mothur.git] / groupmap.h
index d03880d9814fac255613daa381f6d63b4ccfba4a..20048a59a5f5aaa3658dd5697f26e3f255a978e1 100644 (file)
@@ -22,6 +22,7 @@ public:
        ~GroupMap();
        void readMap();
        int getNumGroups();
+       bool isValidGroup(string);  //return true if string is a valid group
        string getGroup(string);
        void setGroup(string, string);
        vector<string> namesOfGroups;