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"}
bedRegions: {description: "if set, only read VCF records that overlap the ranges contained in the specified BED file", category: "advanced"}
evaluationRegions: {description: "if set, evaluate within regions contained in the supplied BED file, allowing transborder matches. To be used for truth-set high-confidence regions or other regions of interest where region boundary effects should be minimized",
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\")",