ソースを参照

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

読み込み中…
キャンセル
保存