浏览代码

更新 'tasks/fastqTobam.wdl'

master
meng 2 年前
父节点
当前提交
33b7002877
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/fastqTobam.wdl

+ 1
- 1
tasks/fastqTobam.wdl 查看文件

@@ -69,7 +69,7 @@ task SentieonFastqToBam {
docker:docker
cluster:cluster_config
systemDisk:"cloud_ssd 40"
dataDisk:"cloud_ssd " + disk_size + " /cromwell_root/"
dataDisk:"cloud_ssd " + "800" + " /cromwell_root/"
timeout:259200

}

正在加载...
取消
保存