Module Biokepi_bfx_tools.Bedtools.Configuration.Intersect (.ml)

module Intersect: sig .. end

type t = {
   params : string list; (*
Catch-all list of parameters to be concatted together and passed to the command.
*)
   with_headers : bool; (*
The header of A will be prepended to the output. -header.
*)
   unique_features : bool; (*
Write the original A entry one if any overlaps found in B.
*)
}
val default : t
val render : t -> string