transcriptTsv: {description: "A tsv file describing transcripts.", category: "required"}
germlineVcf: {description: "The germline VCF file from hmftools' purple.", category: "required"}
germlineVcfIndex: {description: "The germline VCF's index.", category: "required"}
tumorName: {description: "The name of the tumor sample.", category: "required"}
normalName: {description: "The name of the normal sample", category: "required"}
outputDir: {description: "The directory the ouput should be written to.", category: "required"}
panelJson: {description: "A JSON describing the panel.", category: "required"}
timeMinutes: {description: "The maximum amount of time the job will run in minutes.", category: "advanced"}
memory: {description: "The amount of memory available to the job.", 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"}