This website works better with JavaScript.
홈
탐색
Drone
도움말
로그인
renluyao
/
RNAseq_Variant_Calling
보기
0
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
index output fix
master
LUYAO REN
6 년 전
부모
32b38aaf59
커밋
0929ebaac5
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/indexBam.wdl
+ 1
- 1
tasks/indexBam.wdl
파일 보기
@@ -18,6 +18,6 @@ task indexBam {
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
}
output {
File sorted_bam_index = "${sample}
_Aligned.sortedByCoord.out
.bam.bai"
File sorted_bam_index = "${sample}.bam.bai"
}
}
Write
Preview
Loading…
취소
저장