Explorar el Código

更新 'tasks/spladder_quantification.wdl'

master
chenqingwang hace 3 años
padre
commit
d7085e3188
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      tasks/spladder_quantification.wdl

+ 3
- 3
tasks/spladder_quantification.wdl Ver fichero

@@ -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/"
}

Cargando…
Cancelar
Guardar