소스 검색

sister

master
LUYAO REN 5 년 전
부모
커밋
9a0e3ab925
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      tasks/mendelian.wdl

+ 2
- 2
tasks/mendelian.wdl 파일 보기

@@ -36,8 +36,8 @@ task mendelian {
rtg index -f vcf ${family_name}.consistent.vcf.gz

zcat ${child_vcf_gz} | grep '##' > child_header
zcat ${family_name}.violation.vcf.gz | grep -v '##' | cut -f1-10 | awk '$10!~/\./' | cat header - > ${child_name}.violation.vcf
zcat ${family_name}.consistent.vcf.gz | grep -v '##' | cut -f1-10 | awk '$10!~/\./' | cat header - > ${child_name}.consistent.vcf
zcat ${family_name}.violation.vcf.gz | grep -v '##' | cut -f1-10 | awk '$10!~/\./' | cat child_header - > ${child_name}.violation.vcf
zcat ${family_name}.consistent.vcf.gz | grep -v '##' | cut -f1-10 | awk '$10!~/\./' | cat child_header - > ${child_name}.consistent.vcf

rtg bgzip ${child_name}.violation.vcf
rtg index -f vcf ${child_name}.violation.vcf.gz

Loading…
취소
저장