Browse Source

更新 'tasks/spladder_quantification.wdl'

master
chenqingwang 3 years ago
parent
commit
d7085e3188
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      tasks/spladder_quantification.wdl

+ 3
- 3
tasks/spladder_quantification.wdl View File



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


>>> >>>


runtime { runtime {
docker: docker
cluster: cluster
docker: spladder_docker
cluster: spladder_cluster
systemDisk: "cloud_ssd 40" systemDisk: "cloud_ssd 40"
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/" dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
} }

Loading…
Cancel
Save