module Configuration:sig
..end
type
t = {
|
name : |
|
parameters : |
val name : t -> string
val to_json : t -> Yojson.Basic.json
val generate_config_file : path:string ->
t ->
Biokepi_run_environment.Common.KEDSL.Program.t
val default : t
val test1 : t
val empty_exome : t
val exome_default : t