sig
type t = { name : string; prior_probability : float; theta : float; }
val to_json :
Biokepi_bfx_tools.Somaticsniper.Configuration.t -> Yojson.Basic.json
val name : Biokepi_bfx_tools.Somaticsniper.Configuration.t -> string
val render : Biokepi_bfx_tools.Somaticsniper.Configuration.t -> string list
val default : Biokepi_bfx_tools.Somaticsniper.Configuration.t
end