Browse Source

更新 'tasks/battenberg.wdl'

master
biochenglinliu 1 year ago
parent
commit
9722d74738
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/battenberg.wdl

+ 2
- 2
tasks/battenberg.wdl View File

} }


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"
} }


} }

Loading…
Cancel
Save