module Isovar: sig
.. end
module Configuration: sig
.. end
val run : run_with:Biokepi_run_environment.Machine.t ->
configuration:Configuration.t ->
reference_build:string ->
vcf:< is_done : Biokepi_run_environment.Common.KEDSL.Condition.t option;
path : Biokepi_run_environment.Reference_genome.name; .. >
Biokepi_run_environment.Common.KEDSL.workflow_node ->
bam:< is_done : Biokepi_run_environment.Common.KEDSL.Condition.t option;
path : Biokepi_run_environment.Reference_genome.name; .. >
Biokepi_run_environment.Common.KEDSL.workflow_node ->
output_file:Biokepi_run_environment.Reference_genome.name ->
< exists : Ketrew_pure.Target.Condition.t;
host : Biokepi_run_environment.Common.KEDSL.Host.t;
is_bigger_than : int -> Ketrew_pure.Target.Condition.t;
is_done : Biokepi_run_environment.Common.KEDSL.Condition.t option;
path : string >
Biokepi_run_environment.Common.KEDSL.workflow_node