module Flags:
sig
typet = private
int
val has_multiple_segments : t -> bool
val each_segment_properly_aligned : t -> bool
val segment_unmapped : t -> bool
val next_segment_unmapped : t -> bool
val seq_is_reverse_complemented : t -> bool
val next_seq_is_reverse_complemented : t -> bool
val first_segment : t -> bool
val last_segment : t -> bool
val secondary_alignment : t -> bool
val not_passing_quality_controls : t -> bool
val pcr_or_optical_duplicate : t -> bool
val supplementary_alignment : t -> bool
end