Explorar el Código

Fixbug: task name

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

+ 3
- 1
tasks/index.wdl Ver fichero

@@ -4,6 +4,8 @@ task index {
String cluster_config
String disk_size
String clean_bam_name = basename(bam)
command <<<
samtools index ${bam}
>>>
@@ -15,6 +17,6 @@ task index {
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
}
output {
File bai = "${basename bam}.bai"
File bai = "${clean_bam_name}.bai"
}
}

Cargando…
Cancelar
Guardar