Browse Source

Update: workflow operator

master
YaqingLiu 3 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

@@ -668,7 +668,7 @@ workflow {{ project_name }} {
}
}

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

Loading…
Cancel
Save