inputBam: {description: "The unsorted input BAM file", category: "required"}
outputPath: {description: "The location the output BAM file should be written to.", category: "required"}
memoryGb: {description: "The amount of memory this job will use.", category: "advanced"}
XmxGb: {description: "The maximum memory available to picard SortSam. Should be lower than `memory` to accommodate JVM overhead and BWA mem's memory usage.",
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.",