sig   type t = {     name : string;     min_reads : int;     protein_sequence_length : int;     parameters : (string * string) list;   }   val to_json : Biokepi_bfx_tools.Isovar.Configuration.t -> Yojson.Basic.json   val render : Biokepi_bfx_tools.Isovar.Configuration.t -> string list   val default : Biokepi_bfx_tools.Isovar.Configuration.t   val name : Biokepi_bfx_tools.Isovar.Configuration.t -> string end