sig
  type t = { name : string; input_type : [ `WES | `WGS ]; }
  val name : Biokepi_bfx_tools.Muse.Configuration.t -> string
  val input_type_to_string : [< `WES | `WGS ] -> string
  val to_json :
    Biokepi_bfx_tools.Muse.Configuration.t ->
    [> `Assoc of (string * [> `String of string ]) list ]
  val default : [ `WES | `WGS ] -> Biokepi_bfx_tools.Muse.Configuration.t
  val wgs : Biokepi_bfx_tools.Muse.Configuration.t
  val wes : Biokepi_bfx_tools.Muse.Configuration.t
end