Переглянути джерело

Update 'tasks/spladder_quantification.wdl'

master
chenqingwang 3 роки тому
джерело
коміт
34feb3b786
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      tasks/spladder_quantification.wdl

+ 1
- 1
tasks/spladder_quantification.wdl Переглянути файл

@@ -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")
}
}

Завантаження…
Відмінити
Зберегти