//! SAM header record read group map value.
pub use Tag;
use Builder;
use Inner;
/// A SAM header record read group map value.
///
/// A read group typically defines the set of reads that came from the same run on a sequencing
/// instrument.
;