소스 검색

update depth: test

master
YaqingLiu 4 년 전
부모
커밋
2455fbf5e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tasks/depth.wdl

+ 1
- 1
tasks/depth.wdl 파일 보기

@@ -8,7 +8,7 @@ task depth {
String disk_size
command <<<
/opt/conda/bin/samtools depth -a -b ${bed} ${bam} > ${sample_id}.depth
/opt/conda/bin/samtools depth -aa -b ${bed} ${bam} > ${sample_id}.depth
>>>

runtime {

Loading…
취소
저장