Module Biokepi_environment_setup.Build_machine (.ml)

module Build_machine: sig .. end

val create : ?max_processors:int ->
?gatk_jar_location:(unit ->
Biokepi_run_environment.Workflow_utilities.Download.tool_file_location) ->
?mutect_jar_location:(unit ->
Biokepi_run_environment.Workflow_utilities.Download.tool_file_location) ->
?netmhc_tool_locations:(unit -> Netmhc.netmhc_file_locations) ->
?pyensembl_cache_dir:string ->
?run_program:Biokepi_run_environment.Machine.Make_fun.t ->
?toolkit:Biokepi_run_environment.Machine.Tool.Kit.t ->
?b37:Biokepi_run_environment.Reference_genome.t ->
string -> Biokepi_run_environment.Machine.t