baselineIndex: {description: "The baseline's VCF index", category: "required"}
calls: {description: "VCF file containing called variants", category: "required"}
callsIndex: {description: "The call's VCF index", category: "required"}
outputDir: {description: "Directory for output", category: "advanced"}
template: {description: "SDF of the reference genome the variants are called against", category: "required"}
allRecords: {description: "use all records regardless of FILTER status (Default is to only process records where FILTER is \".\" or \"PASS\")",
category: "common"}
decompose: {description: "decompose complex variants into smaller constituents to allow partial credit", category: "common"}
refOverlap: {description: "allow alleles to overlap where bases of either allele are same-as-ref (Default is to only allow VCF anchor base overlap)",
category: "common"}
sample: {description: "the name of the sample to select. Use <baseline_sample>,<calls_sample> to select different sample names for baseline and calls. (Required when using multi-sample VCF files)",
category: "common"}
squashPloidy: {description: "treat heterozygous genotypes as homozygous ALT in both baseline and calls, to allow matches that ignore zygosity differences",
category: "common"}
outputMode: {description: "output reporting mode. Allowed values are [split, annotate, combine, ga4gh, roc-only] (Default is split)",
category: "advanced"}
threads: {description: "Number of threads. Default is 1", category: "advanced"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
category: "advanced"}
memory: {description: "The amount of memory this job will use.", category: "advanced"}