X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=groupmap.h;h=54085a19bab041d0caf17981c8c6c81f05a0c8b9;hb=92de7f976371d41441ad41f02ca83af8b43cef5c;hp=8a1cfff6f660e0042f8a44784e8abff7864c5c2e;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/groupmap.h b/groupmap.h index 8a1cfff..54085a1 100644 --- a/groupmap.h +++ b/groupmap.h @@ -21,6 +21,7 @@ public: GroupMap(string); ~GroupMap(); int readMap(); + int readDesignMap(); int getNumGroups(); bool isValidGroup(string); //return true if string is a valid group string getGroup(string); @@ -29,6 +30,7 @@ public: map groupIndex; //groupname, vectorIndex in namesOfGroups. - used by collectdisplays and libshuff commands. int getNumSeqs() { return groupmap.size(); } vector getNamesSeqs(); + vector getNamesSeqs(vector); //get names of seqs belonging to a group or set of groups int getNumSeqs(string); //return the number of seqs in a given group private: