genomeFile: {description: "A file listing the chromosomes and their lengths.", category: "required"}
a: {description: "The file containing the regions for which the coverage will be counted.", category: "required"}
aIndex: {description: "An index for the file given as `a`.", category: "common"}
b: {description: "The file in which the coverage will be counted. Likely a BAM file.", category: "required"}
bIndex: {description: "An index for the file given as `b`.", category: "common"}
outputPath: {description: "The path the ouptu will be written to.", category: "common"}
memory: {description: "The amount of memory needed for the job.", category: "advanced"}
timeMinutes: {description: "The maximum amount of time the job will run in minutes.", 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"}