Browse Source

更改

tags/v1.0
linzipeng 6 years ago
parent
commit
5197efb48f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl View File

@@ -40,7 +40,7 @@ workflow {{ project_name }} {
call Call_meth.Call_meth as Call_meth {
input:
ref_dir=ref_dir,
Dedup_bam=Dedup.Dedup_bam,
Dedup_bam=Dedup.dedup_bam,
sample=sample,
docker=docker,
disk_size=disk_size,

Loading…
Cancel
Save