Преглед изворни кода

更新 'tasks/rmats.wdl'

tags/v4.1.1
chenqingwang пре 4 година
родитељ
комит
25208820e0
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      tasks/rmats.wdl

+ 2
- 0
tasks/rmats.wdl Прегледај датотеку

@@ -37,6 +37,8 @@ task rmats {

output {
File fileList = "fileList.txt"
Array[File] tmp_rmats = glob("${sample_id}/tmp_output/*.rmats")
Array[File] tmp_txt = glob("${sample_id}/tmp_output/*.txt")
Array[File] AS_txt = glob("${sample_id}/output/*.txt")
Array[File] tmp = glob("${sample_id}/output/tmp/*")
}

Loading…
Откажи
Сачувај