sig
type t =
[ `Concat of Biokepi_run_environment.??.Specification.Location.t list
| `Gunzip of Biokepi_run_environment.??.Specification.Location.t
| `Untar of Biokepi_run_environment.??.Specification.Location.t
| `Url of string
| `Vcf_concat of
(string * Biokepi_run_environment.??.Specification.Location.t) list ]
val url : 'a -> [> `Url of 'a ]
val vcf_concat : 'a -> [> `Vcf_concat of 'a ]
val concat : 'a -> [> `Concat of 'a ]
val gunzip : 'a -> [> `Gunzip of 'a ]
val untar : 'a -> [> `Untar of 'a ]
end