Module Biokepi_bfx_tools.Bwa.Configuration.Common (.ml)

module Common: sig .. end

type t = {
   name : string;
   gap_open_penalty : int;
   gap_extension_penalty : int;
}
val default : t
val name : t -> string
val to_json : t ->
[> `Assoc of (string * [> `Int of int | `String of string ]) list ]