module Mutect2:sig
..end
type
t = {
|
name : |
|
use_dbsnp : |
|
use_cosmic : |
|
additional_arguments : |
val create : ?use_dbsnp:bool ->
?use_cosmic:bool ->
string -> string list -> t
val to_json : t -> Yojson.Basic.json
val default : t
val default_without_cosmic : t
val compile : reference:Biokepi_run_environment.Reference_genome.t ->
t ->
[> `Arguments of string list ] *
[> `Edges of Biokepi_run_environment.Common.KEDSL.workflow_edge list ]
val name : t -> string