sig
  val vcf_concat :
    run_with:Biokepi_run_environment.Machine.t ->
    ?more_edges:Biokepi_run_environment.Common.KEDSL.workflow_edge list ->
    < is_done : Biokepi_run_environment.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 : Biokepi_run_environment.Common.KEDSL.Condition.t option;
      path : string >
    Biokepi_run_environment.Common.KEDSL.workflow_node
end