sig
  val vcf_process_n_to_1_no_machine :
    host:Common.KEDSL.Host.t ->
    vcftools:Biokepi_run_environment.Machine.Tool.t ->
    run_program:Biokepi_run_environment.Machine.Make_fun.t ->
    ?more_edges:Biokepi_run_environment.Common.KEDSL.workflow_edge list ->
    vcfs:< is_done : Common.KEDSL.Condition.t option; path : string; .. >
         Biokepi_run_environment.Common.KEDSL.workflow_node list ->
    final_vcf:string ->
    string ->
    < exists : Ketrew_pure.Target.Condition.t;
      is_bigger_than : int -> Ketrew_pure.Target.Condition.t;
      is_done : Common.KEDSL.Condition.t option; path : string >
    Biokepi_run_environment.Common.KEDSL.workflow_node
  val vcf_concat_no_machine :
    host:Common.KEDSL.Host.t ->
    vcftools:Biokepi_run_environment.Machine.Tool.t ->
    run_program:Biokepi_run_environment.Machine.Make_fun.t ->
    ?more_edges:Biokepi_run_environment.Common.KEDSL.workflow_edge list ->
    < is_done : Common.KEDSL.Condition.t option; path : string; .. >
    Biokepi_run_environment.Common.KEDSL.workflow_node list ->
    final_vcf:string ->
    < exists : Ketrew_pure.Target.Condition.t;
      is_bigger_than : int -> Ketrew_pure.Target.Condition.t;
      is_done : Common.KEDSL.Condition.t option; path : string >
    Biokepi_run_environment.Common.KEDSL.workflow_node
  val vcf_sort_no_machine :
    host:Common.KEDSL.Host.t ->
    vcftools:Biokepi_run_environment.Machine.Tool.t ->
    run_program:Biokepi_run_environment.Machine.Make_fun.t ->
    ?more_edges:Biokepi_run_environment.Common.KEDSL.workflow_edge list ->
    src:< is_done : Common.KEDSL.Condition.t option; path : string; .. >
        Biokepi_run_environment.Common.KEDSL.workflow_node ->
    dest:string ->
    unit ->
    < exists : Ketrew_pure.Target.Condition.t;
      is_bigger_than : int -> Ketrew_pure.Target.Condition.t;
      is_done : Common.KEDSL.Condition.t option; path : string >
    Biokepi_run_environment.Common.KEDSL.workflow_node
end