소스 검색

revise-tophat

master
stead99 5 년 전
부모
커밋
f1b44bf035
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      tasks/tophat2.wdl

+ 2
- 2
tasks/tophat2.wdl 파일 보기

@@ -20,7 +20,7 @@ task tophat2 {
}

output {
File accepted_hits = baseout + "_accepted_hits.bam"
File unmapped_bam = baseout + "_unmapped.bam"
File accepted_hits = "${baseout}/${baseout}.accepted_hits.bam"
File unmapped_bam = "${baseout}/${baseout}.unmapped.bam"
}
}

Loading…
취소
저장