module Flags:sig..end
type t = private int
val of_int : int -> t val has_multiple_segments : t -> boolval each_segment_properly_aligned : t -> boolval segment_unmapped : t -> boolval next_segment_unmapped : t -> boolval seq_is_reverse_complemented : t -> boolval next_seq_is_reverse_complemented : t -> boolval first_segment : t -> boolval last_segment : t -> boolval secondary_alignment : t -> boolval not_passing_quality_controls : t -> boolval pcr_or_optical_duplicate : t -> boolval t_of_sexp : Sexplib.Sexp.t -> t val sexp_of_t : t -> Sexplib.Sexp.t