소스 검색

change saved results

master
chenqingwang 3 년 전
부모
커밋
b633066189
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      tasks/spladder_single.wdl

+ 0
- 2
tasks/spladder_single.wdl 파일 보기

@@ -42,8 +42,6 @@ task spladder_single {

output {
File fileList = "fileList.txt"
Array[File] AS_gff = glob("${sample_id}/spladder_out/*.gff3")
Array[File] AS_gz = glob("${sample_id}/spladder_out/*.txt.gz")
Array[File] spladder_out = glob("${sample_id}/spladder_out/*")
Array[File] spladder = glob("${sample_id}/spladder_out/spladder/*")
}

Loading…
취소
저장