X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FSamReadGroupDictionary.h;fp=src%2Fapi%2FSamReadGroupDictionary.h;h=89f23e0e4cab31ad0ef8c4be039e5ba5873f4f87;hb=1a93ff03d7e40d97c32e6f5966045ceaeb2f038a;hp=328763a61f72dddb6d674381ed801ae1e2e392a5;hpb=a194fa05d2c9000eec969861f9b92dd2a7d31095;p=bamtools.git diff --git a/src/api/SamReadGroupDictionary.h b/src/api/SamReadGroupDictionary.h index 328763a..89f23e0 100644 --- a/src/api/SamReadGroupDictionary.h +++ b/src/api/SamReadGroupDictionary.h @@ -2,7 +2,7 @@ // SamReadGroupDictionary.h (c) 2010 Derek Barnett // Marth Lab, Department of Biology, Boston College // --------------------------------------------------------------------------- -// Last modified: 18 April 2011 (DB) +// Last modified: 1 October 2011 (DB) // --------------------------------------------------------------------------- // Provides methods for operating on a collection of SamReadGroup entries. // *************************************************************************** @@ -36,6 +36,7 @@ class API_EXPORT SamReadGroupDictionary { void Add(const std::string& readGroupId); // adds multiple read groups + void Add(const SamReadGroupDictionary& readGroups); void Add(const std::vector& readGroups); void Add(const std::vector& readGroupIds);