Browse Source

更新 'workflow.wdl'

master
chenqingwang 4 years ago
parent
commit
3d02903660
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl View File



String spladder_docker String spladder_docker
String cluster
String spladder_cluster
String disk_size String disk_size


call spladder_quantification.spladder_quantification as spladder_quantification { call spladder_quantification.spladder_quantification as spladder_quantification {
merge_graphs=merge_graphs, merge_graphs=merge_graphs,
samples=samples, samples=samples,
spladder_docker=spladder_docker, spladder_docker=spladder_docker,
cluster=spladder_cluster,
spladder_cluster=spladder_cluster,
disk_size=disk_size disk_size=disk_size
} }
} }

Loading…
Cancel
Save