Skip to content

Commit

Permalink
feat: vep 113 and AlphaMissense
Browse files Browse the repository at this point in the history
  • Loading branch information
jonca79 committed Oct 21, 2024
1 parent bffadd3 commit 797f59f
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 281 deletions.
8 changes: 4 additions & 4 deletions config/config.data.hg19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ tmb_umi:
filter_genes: "{{PROJECT_DESIGN_DATA}}/GMS560/tmb/tmb_filter_genes.txt"

vep:
vep_cache: "{{PROJECT_REF_DATA}}/ref_data/vep/105"
extra: " --assembly GRCh37 --check_existing --pick --sift b --polyphen b --ccds --uniprot --hgvs --symbol --numbers --domains --regulatory --canonical --protein --biotype --uniprot --tsl --appris --gene_phenotype --af --af_1kg --af_gnomad --max_af --pubmed --variant_class "
vep_cache: "{{PROJECT_REF_DATA}}/ref_data/vep/113"
extra: " --assembly GRCh37 --plugin AlphaMissense,file={{PROJECT_REF_DATA}}/ref_data/vep/plugin/AlphaMissense_hg19.tsv.gz --check_existing --pick --sift b --polyphen b --ccds --hgvs --symbol --numbers --domains --regulatory --canonical --protein --biotype --uniprot --tsl --appris --gene_phenotype --af --af_1kg --af_gnomad --max_af --pubmed --variant_class "

vep_wo_pick:
vep_cache: "{{PROJECT_REF_DATA}}/ref_data/vep/105"
extra: " --assembly GRCh37 --check_existing --sift b --polyphen b --ccds --uniprot --hgvs --symbol --numbers --domains --regulatory --canonical --protein --biotype --uniprot --tsl --appris --gene_phenotype --af --af_1kg --af_gnomad --max_af --pubmed --variant_class "
vep_cache: "{{PROJECT_REF_DATA}}/ref_data/vep/113"
extra: " --assembly GRCh37 --plugin AlphaMissense,file={{PROJECT_REF_DATA}}/ref_data/vep/plugin/AlphaMissense_hg19.tsv.gz --check_existing --sift b --polyphen b --ccds --hgvs --symbol --numbers --domains --regulatory --canonical --protein --biotype --uniprot --tsl --appris --gene_phenotype --af --af_1kg --af_gnomad --max_af --pubmed --variant_class "

8 changes: 4 additions & 4 deletions config/config.data.hg38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ tmb_umi:
filter_genes: "{{PROJECT_DESIGN_DATA}}/GMS560/tmb/tmb_filter_genes.txt"

vep:
vep_cache: "{{PROJECT_REF_DATA}}/ref_data/vep/105"
extra: " --assembly GRCh38 --check_existing --pick --sift b --polyphen b --ccds --uniprot --hgvs --symbol --numbers --domains --regulatory --canonical --protein --biotype --uniprot --tsl --appris --gene_phenotype --af --af_1kg --af_gnomad --max_af --pubmed --variant_class "
vep_cache: "{{PROJECT_REF_DATA}}/ref_data/vep/113"
extra: " --assembly GRCh38 --plugin AlphaMissense,file={{PROJECT_REF_DATA}}/ref_data/vep/plugin/AlphaMissense_hg38.tsv.gz --check_existing --pick --sift b --polyphen b --ccds --hgvs --symbol --numbers --domains --regulatory --canonical --protein --biotype --uniprot --tsl --appris --gene_phenotype --af --af_1kg --af_gnomad --max_af --pubmed --variant_class "

vep_wo_pick:
vep_cache: "{{PROJECT_REF_DATA}}/ref_data/vep/105"
extra: " --assembly GRCh38 --check_existing --sift b --polyphen b --ccds --uniprot --hgvs --symbol --numbers --domains --regulatory --canonical --protein --biotype --uniprot --tsl --appris --gene_phenotype --af --af_1kg --af_gnomad --max_af --pubmed --variant_class "
vep_cache: "{{PROJECT_REF_DATA}}/ref_data/vep/113"
extra: " --assembly GRCh38 --plugin AlphaMissense,file={{PROJECT_REF_DATA}}/ref_data/vep/plugin/AlphaMissense_hg38.tsv.gz --check_existing --sift b --polyphen b --ccds --hgvs --symbol --numbers --domains --regulatory --canonical --protein --biotype --uniprot --tsl --appris --gene_phenotype --af --af_1kg --af_gnomad --max_af --pubmed --variant_class "
12 changes: 6 additions & 6 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ fgbio_group_reads_by_umi:
umi_strategy: paired

filter_vcf:
snv_soft_filter: "config/filters/config_soft_filter_uppsala_vep105.yaml"
snv_soft_filter_umi: "config/filters/config_soft_filter_umi_vep105.yaml"
snv_hard_filter: "config/filters/config_hard_filter_uppsala_vep105.yaml"
snv_hard_filter_umi: "config/filters/config_hard_filter_umi_vep105.yaml"
snv_soft_filter: "config/filters/config_soft_filter.yaml"
snv_soft_filter_umi: "config/filters/config_soft_filter_umi.yaml"
snv_hard_filter: "config/filters/config_hard_filter.yaml"
snv_hard_filter_umi: "config/filters/config_hard_filter_umi.yaml"
snv_hard_filter_purecn: "config/filters/config_hard_filter_purecn.yaml"
cnv_hard_filter_amp: "config/filters/config_hard_filter_cnv_amp.yaml"
cnv_hard_filter_loh: "config/filters/config_hard_filter_cnv_loh.yaml"
germline: "config/filters/config_hard_filter_germline_vep105.yaml"
germline: "config/filters/config_hard_filter_germline.yaml"

filter_fuseq_wes:
min_support: 50
Expand Down Expand Up @@ -406,7 +406,7 @@ vardict:
extra: "-Q 1"

vep:
container: "docker://hydragenetics/vep:105"
container: "docker://hydragenetics/vep:113"
mode: --offline --cache --refseq

vep_wo_pick:
Expand Down
File renamed without changes.
13 changes: 0 additions & 13 deletions config/filters/config_hard_filter_germline_vep105.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ filters:
soft_filter: "False"
germline:
description: "Hard filter germline"
expression: "(VEP:gnomAD_AF > 0.005)"
expression: "(VEP:gnomADe_AF > 0.005)"
soft_filter: "False"
af_snv:
description: "Hard filter SNV variants with low vaf"
Expand Down
33 changes: 0 additions & 33 deletions config/filters/config_hard_filter_uppsala_vep105.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions config/filters/config_hard_filter_vep105.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions config/filters/config_hard_filter_vep107.yaml

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filters:
soft_filter: "True"
germline:
description: "Hard filter germline"
expression: "(VEP:gnomAD_AF > 0.005)"
expression: "(VEP:gnomADe_AF > 0.005)"
soft_filter_flag: "germline_gnomad"
soft_filter: "True"
af_snv:
Expand Down
41 changes: 0 additions & 41 deletions config/filters/config_soft_filter_uppsala_vep105.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions config/filters/config_soft_filter_vep105.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions config/filters/config_soft_filter_vep107.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions config/references/config.vep105.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions config/references/config.vep107.yaml

This file was deleted.

0 comments on commit 797f59f

Please sign in to comment.