Browse Source

Update: workflow operator

master
YaqingLiu 4 years ago
parent
commit
f4279ccb13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl View File

} }
} }


if (varscan & normal_deduped_bam != "") {
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