소스 검색

更新 '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/*")
}
}


Loading…
취소
저장