Explorar el Código

Update 'tasks/spladder_quantification.wdl'

master
chenqingwang hace 3 años
padre
commit
34feb3b786
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/spladder_quantification.wdl

+ 1
- 1
tasks/spladder_quantification.wdl Ver fichero

@@ -54,6 +54,6 @@ task spladder_quantification {
output {
File fileList = "fileList.txt"
File pickle_txt = "pickle.txt"
File count_hdf5 = "${sample_id}/spladder_out/spladder/*.count.hdf5"
Array[File] count_hdf5 = glob("${sample_id}/spladder_out/spladder/*.count.hdf5")
}
}

Cargando…
Cancelar
Guardar