Procházet zdrojové kódy

更新 'tasks/spladder_quantification.wdl'

master
chenqingwang před 3 roky
rodič
revize
d7085e3188
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      tasks/spladder_quantification.wdl

+ 3
- 3
tasks/spladder_quantification.wdl Zobrazit soubor

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

Načítá se…
Zrušit
Uložit