Explorar el Código

alter output

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

+ 1
- 1
tasks/export.wdl Ver fichero

@@ -21,6 +21,6 @@ task export{
}

output {
File seg = "/cromwell_root/tmp/cnvkit/${sample_id}.seg"
File seg = "${sample_id}.seg"
}
}

Cargando…
Cancelar
Guardar