} | } | ||||
output { | output { | ||||
File tumor_bam = "${normal_id}.sorted.deduped.nochr.bam" | |||||
File normal_bam = "${sample_id}.sorted.deduped.nochr.bam" | |||||
File tumor_bam_data = "${sample_id}.sorted.deduped.nochr.bam" | |||||
File normal_bam_data = "${normal_id}.sorted.deduped.nochr.bam" | |||||
} | } | ||||
} | } |