X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FSamReadGroupDictionary.h;h=7a651e1501818c7d0c93ff30091ad68391f9fb82;hb=9f1ce8c47aeadb6dc1320b52ee671c3341b97935;hp=328763a61f72dddb6d674381ed801ae1e2e392a5;hpb=72f5b82ad353b4cc9d6f8153f1ad19cc387b9597;p=bamtools.git diff --git a/src/api/SamReadGroupDictionary.h b/src/api/SamReadGroupDictionary.h index 328763a..7a651e1 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: 10 October 2011 (DB) // --------------------------------------------------------------------------- // Provides methods for operating on a collection of SamReadGroup entries. // *************************************************************************** @@ -10,8 +10,8 @@ #ifndef SAM_READGROUP_DICTIONARY_H #define SAM_READGROUP_DICTIONARY_H -#include -#include +#include "api/api_global.h" +#include "api/SamReadGroup.h" #include #include @@ -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);