Explorar el Código

Fixbug: task name

master
YaqingLiu hace 4 años
padre
commit
195132be49
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/index.wdl

+ 1
- 1
tasks/index.wdl Ver fichero

@@ -15,6 +15,6 @@ task index {
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
}
output {
File bai = "${bam}.bai"
File bai = "${basename bam}.bai"
}
}

Cargando…
Cancelar
Guardar