浏览代码

更新 'tasks/rmats.wdl'

tags/v4.1.1
chenqingwang 4 年前
父节点
当前提交
b8659c9290
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. +2
    -4
      tasks/rmats.wdl

+ 2
- 4
tasks/rmats.wdl 查看文件

@@ -42,10 +42,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/*")
Array[File] AS_txt = glob("${sample_id}/output/*.txt")
Array[File] tmp = glob("${sample_id}/output/tmp/*")
}
}


正在加载...
取消
保存