소스 검색

Add annotation

master
YaqingLiu 3 년 전
부모
커밋
3e4726c22d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      tasks/bcftools.wdl

+ 2
- 0
tasks/bcftools.wdl 파일 보기

@@ -15,10 +15,12 @@ task bcftools {

for i in ${sep=" " vcf}
do
echo "Processing:" $i
bcftools view $i -Oz -o /cromwell_root/tmp/bcftools/$(basename $i.gz) --threads $nt
bcftools index /cromwell_root/tmp/bcftools/$(basename $i.gz) -f --threads $nt
done

echo "Start bcftools merge ..."
bcftools merge -m all -f PASS,. --force-samples /cromwell_root/tmp/bcftools/*.vcf.gz --threads $nt | bcftools plugin fill-AN-AC | bcftools filter -i 'SUM(AC)>1' > ${panel_id}_pon.vcf
>>>


Loading…
취소
저장