Browse Source

更新 'tasks/fastqTobam.wdl'

master
meng 2 years ago
parent
commit
c05b591501
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/fastqTobam.wdl

+ 1
- 1
tasks/fastqTobam.wdl View File

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

}

Loading…
Cancel
Save