inputBam: {description: "The input BAM file.", category: "required"}
inputBamIndex: {description: "The index for the BAM file.", category: "required"}
outputPath: {description: "The path to write the ouput to.", category: "required"}
threads: {description: "The number of threads that will be used for this task.", category: "advanced"}
memory: {description: "The amount of memory available to 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"}