evalVcfs: {description: "Variant sets to evaluate." category: "required"}
evalVcfsIndex: {description: "Indexes for the variant sets.", category: "required"}
comparisonVcfs: {description: "Compare set vcfs.", category: "advanced"}
comparisonVcfsIndex: {description: "Indexes for the compare sets.", category: "advanced"}
evalModules: {description: "One or more specific eval modules to apply to the eval track(s) (in addition to the standard modules, unless doNotUseAllStandardModules=true)", category: "common"}
stratificationModules: {description: "One or more specific stratification modules to apply to the eval track(s) (in addition to the standard stratifications, unless doNotUseAllStandardStratifications=true)", category: "common"}
samples: {description: "Derive eval and comp contexts using only these sample genotypes, when genotypes are available in the original context." , category: "advanced"} # Advanced because this description is impossible to understand...
mergeEvals: {description: "If provided, all evalVcf tracks will be merged into a single eval track", category: "common"}
doNotUseAllStandardModules: {description: "Do not use the standard modules by default (instead, only those that are specified with the evalModules option).", category: "common"}
doNotUseAllStandardStratifications: {description: "Do not use the standard stratification modules by default (instead, only those that are specified with the stratificationModules option).", category: "common"}
referenceFasta: {description: "The reference fasta file which was also used for mapping.", category: "common"}
referenceFastaDict: {description: "The sequence dictionary associated with the reference fasta file.", category: "common"}
referenceFastaFai: {description: "The index for the reference fasta file.", category: "common"}
dbsnpVCF: {description: "A dbSNP VCF.", category: "common"}
dbsnpVCFIndex: {description: "The index for the dbSNP VCF.", category: "common"}
outputPath: {description: "The location the output table should be written.", category: "common"}
outputPath: {description: "The location the output table should be written.", category: "advanced"}
memory: {description: "The amount of memory this job will use.", category: "advanced"}
javaXmx: {description: "The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.",