Browse Source

更新 'workflow.wdl'

tags/v0.0.1
chenqingwang 4 years ago
parent
commit
4034c8b197
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl View File

@@ -18,7 +18,7 @@ workflow {{ project_name }} {
input:
docker = samtools_docker,
cluster = samtools_cluster,
sample_id = sample_id
sample_id = sample_id,
bam_file = bam_file,
disk_size = disk_size
}

Loading…
Cancel
Save