Browse Source

fix bug: input

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

+ 2
- 2
workflow.wdl View File

@@ -18,7 +18,7 @@ workflow {{ project_name }} {
call access.access as access {
input:
fasta=fasta,
ref_dir=ref_dir,
fai=fai,
docker = docker,
cluster_config = cluster_config,
disk_size = disk_size
@@ -28,7 +28,7 @@ workflow {{ project_name }} {
input:
sample_id = sample_id,
fasta=fasta,
ref_dir=ref_dir,
fai=fai,
tumor_bam = tumor_bam,
tumor_bai = tumor_bai,
normal_bam = normal_bam,

Loading…
Cancel
Save