X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FSamReadGroupDictionary.h;h=3d5ff2df9947bde644ff46d3839195e5ba6c60b2;hb=daf64972794dbbdae4bea6a0495578708c86363b;hp=8ec40e227ba5f020699cd1a0021a2785587e447c;hpb=038f0e1dda24b2d6765cc8c878b7dbdc5f922ed6;p=bamtools.git diff --git a/src/api/SamReadGroupDictionary.h b/src/api/SamReadGroupDictionary.h index 8ec40e2..3d5ff2d 100644 --- a/src/api/SamReadGroupDictionary.h +++ b/src/api/SamReadGroupDictionary.h @@ -3,7 +3,7 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 18 April 2011 (DB) +// Last modified: 1 October 2011 (DB) // --------------------------------------------------------------------------- // Provides methods for operating on a collection of SamReadGroup entries. // *************************************************************************** @@ -37,6 +37,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);