module Mutect: sig
.. end
module Remove: Biokepi_run_environment.Workflow_utilities.Remove
module Configuration: sig
.. end
val run : run_with:Biokepi_run_environment.Machine.t ->
normal:Biokepi_run_environment.Common.KEDSL.bam_file
Biokepi_run_environment.Common.KEDSL.workflow_node ->
tumor:Biokepi_run_environment.Common.KEDSL.bam_file
Biokepi_run_environment.Common.KEDSL.workflow_node ->
result_prefix:string ->
?more_edges:Biokepi_run_environment.Common.KEDSL.workflow_edge list ->
configuration:Configuration.t ->
[< `Map_reduce
| `Region of
[< `Chromosome of string
| `Chromosome_interval of string * int * int
| `Full ] ] ->
< as_single_file : Biokepi_run_environment.Common.KEDSL.single_file
Biokepi_run_environment.Common.KEDSL.product;
host : Biokepi_run_environment.Common.KEDSL.Host.t;
is_done : Biokepi_run_environment.Common.KEDSL.Condition.t option;
path : string; reference_build : string >
Biokepi_run_environment.Common.KEDSL.workflow_node