]> git.donarmstrong.com Git - mothur.git/blobdiff - groupmap.h
added design parameter to the indicator command
[mothur.git] / groupmap.h
index d0e43c5b16a8989786146ec2026b18bbd86c8121..54085a19bab041d0caf17981c8c6c81f05a0c8b9 100644 (file)
@@ -30,6 +30,7 @@ public:
        map<string, int> groupIndex;  //groupname, vectorIndex in namesOfGroups. - used by collectdisplays and libshuff commands.
        int getNumSeqs()  {  return groupmap.size();  }
        vector<string> getNamesSeqs();
+       vector<string> getNamesSeqs(vector<string>); //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: