Browse Source

Update: workflow

master
YaqingLiu 3 years ago
parent
commit
d064f8f055
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      tasks/TNscope.wdl
  2. +1
    -1
      workflow.wdl

+ 2
- 2
tasks/TNscope.wdl View File

String SENTIEON_LICENSE String SENTIEON_LICENSE
File tumor_recaled_bam File tumor_recaled_bam
File tumor_recaled_bam_index File tumor_recaled_bam_index
File normal_recaled_bam
File normal_recaled_bam_index
File? normal_recaled_bam
File? normal_recaled_bam_index
String tumor_name String tumor_name
String normal_name String normal_name

+ 1
- 1
workflow.wdl View File

} }
} }


if (varscan) {
if (varscan & normal_deduped_bam != "") {
call somatic.somatic as somatic_fb { call somatic.somatic as somatic_fb {
input: input:
sample=sample_id, sample=sample_id,

Loading…
Cancel
Save