Browse Source

fix bug

master
YaqingLiu 5 years ago
parent
commit
d20124b7cc
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      workflow.wdl

+ 1
- 9
workflow.wdl View File

disk_size=disk_size, disk_size=disk_size,
cluster_config=cluster_config cluster_config=cluster_config
} }
File bam_to_use = corealigner.corealigner_bam
} }

if (type == "tumor" && !defined(normal_recaled_bam)) {
File bam_to_use = BQSR.recaled_bam
}

#File bam_to_use = select_first([corealigner.corealigner_bam, BQSR.recaled_bam])


call TNseq.TNseq as TNseq { call TNseq.TNseq as TNseq {
input: input:
SENTIEON_INSTALL_DIR=SENTIEON_INSTALL_DIR, SENTIEON_INSTALL_DIR=SENTIEON_INSTALL_DIR,

Loading…
Cancel
Save