Explorar el Código

output heatmap

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

+ 1
- 1
tasks/export.wdl Ver fichero

@@ -22,6 +22,6 @@ task export{

output {
File seg = "${sample_id}.seg"
File heatmap = "${sample_id}.heatmap"
File heatmap = "${sample_id}.heatmap.pdf"
}
}

Cargando…
Cancelar
Guardar