Browse Source

align

master
stead99 5 years ago
parent
commit
4757cd9f99
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      workflow.wdl

+ 6
- 1
workflow.wdl View File

@@ -10,7 +10,12 @@ workflow {{ project_name }} {
call align.align as align {
input: read1=read1, read2=read2
input:
read1=read1,
read2=read2,
docker=docker,
disk_size=disk_size,
cluster_config=cluster_config
}
}

Loading…
Cancel
Save