Browse Source

更新 'workflow.wdl'

master
meng 2 years ago
parent
commit
66cdf0f0ad
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl View File

@@ -35,8 +35,8 @@ workflow {{ project_name }} {
bed_file=bed_file,
tumor_bam=tumor_bam,
tumor_bam_index=tumor_bam_bai,
normal_bams = inputBams,
normal_bam_indexs = inputBamIndexs,
normal_bams=inputBams,
normal_bam_indexs=inputBamIndexs,
docker=docker_cnvkit,
cluster_config=cluster_config,
disk_size=disk_size

Loading…
Cancel
Save