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

module Mem: Common

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 ]