소스 검색

samtools command line

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

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

@@ -8,7 +8,7 @@ task getBam {
String disk_size
command <<<
/opt/conda/bin/samtools view ${bam} -H ${sep=" " pos} | /opt/conda/bin/samtools view -bS - | /opt/conda/bin/samtools sort > ${sample}.bam
/opt/conda/bin/samtools view -b ${bam} ${sep=" " pos} | opt/conda/bin/samtools sort - > ${sample}.bam
/opt/conda/bin/samtools index ${sample}.bam
>>>


Loading…
취소
저장