Functor Biokepi_bfx_tools.Bwa.Configuration.Bwa_config (.ml)

module Bwa_config: 
functor (D : sig
val default : Common_config.t
end) -> sig .. end
Parameters:
D : sig val default: Common_config.t end

include Common_config
val name : t -> string
val default : Biokepi_bfx_tools.Bwa.Configuration.Common_config.t
val to_json : t -> [> `Assoc of (string * [> `Int of int | `String of string ]) list ]