浏览代码

更新 'tasks/spladder_quantification.wdl'

master
chenqingwang 3 年前
父节点
当前提交
d7085e3188
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      tasks/spladder_quantification.wdl

+ 3
- 3
tasks/spladder_quantification.wdl 查看文件

@@ -9,7 +9,7 @@ task spladder_quantification {

String spladder_docker
String cluster
String spladder_cluster
String disk_size

@@ -41,8 +41,8 @@ task spladder_quantification {
>>>

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

正在加载...
取消
保存