소스 검색

for loop

master
LUYAO REN 4 년 전
부모
커밋
0c986d2586
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tasks/getBam.wdl

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

@@ -8,7 +8,7 @@ task getBam {
String disk_size
command <<<
cat ${region} | whlie read a
cat ${region} | while read a
do
/opt/conda/bin/samtools view -b ${bam} "$a" > $a.${sample}.bam
/opt/conda/bin/samtools index $a.${sample}.bam

Loading…
취소
저장