소스 검색

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

Loading…
취소
저장