Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnomad and esp AF deprecated in VEP v107 #322

Open
prmac opened this issue Jul 21, 2022 · 2 comments
Open

gnomad and esp AF deprecated in VEP v107 #322

prmac opened this issue Jul 21, 2022 · 2 comments

Comments

@prmac
Copy link

prmac commented Jul 21, 2022

No description provided.

@allaway
Copy link

allaway commented Aug 26, 2022

I experienced this as well for --esp_af. I don't believe --af_gnomad is deprecated but vep 107 failed to recognize the --af_esp flag and threw an error.

I made a small change as a workaround in #328 : https://github.com/mskcc/vcf2maf/pull/328/files

@allaway
Copy link

allaway commented Aug 26, 2022

(I now see that someone already filed a PR with the same change in #324).

For the record, this is the error message I see:

(base) bash-4.2# perl vcf2maf.pl --input-vcf /workdir/vcfs/test.Strelka.filtered.vcf --output-maf /workdir/test.vep.maf --ref-fasta /workdir/fasta/Homo_sapiens_assembly38.fasta --vep-path /root/miniconda3/envs/vcf2maf/bin --vep-data /workdir/vep --ncbi-build GRCh38
STATUS: Running VEP and writing to: /workdir/vcfs/test.Strelka.filtered.vep.vcf
Unknown option: af_esp
ERROR: Failed to parse command-line flags

ERROR: Failed to run the VEP annotator! Command: /root/miniconda3/envs/vcf2maf/bin/perl /root/miniconda3/envs/vcf2maf/bin/vep --species homo_sapiens --assembly GRCh38 --no_progress --no_stats --buffer_size 5000 --sift b --ccds --uniprot --hgvs --symbol --numbers --domains --gene_phenotype --canonical --protein --biotype --uniprot --tsl --variant_class --shift_hgvs 1 --check_existing --total_length --allele_number --no_escape --xref_refseq --failed 1 --vcf --flag_pick_allele --pick_order canonical,tsl,biotype,rank,ccds,length --dir /workdir/vep --fasta /workdir/fasta/Homo_sapiens_assembly38.fasta --format vcf --input_file /workdir/vcfs/test.Strelka.filtered.vcf --output_file /workdir/vcfs/test.Strelka.filtered.vep.vcf --offline --pubmed --fork 4 --polyphen b --af --af_1kg--af_esp --af_gnomad --regulatory

ppillot pushed a commit to bento-platform/bento that referenced this issue Sep 30, 2022
vcf2maf executes ensembl_vep with a long list of arguments.
One of this is deprecated in v107.0, which results in an execution error
when vcf2maf is called.
From mskcc/vcf2maf#322 it
appears that a simple fix exists, but it hasn't been merged
in the last 2 months.
v105.0  introduced new effects predictions which cause warnings in
cBioportal when imported.
ppillot pushed a commit to bento-platform/bento that referenced this issue Oct 7, 2022
vcf2maf executes ensembl_vep with a long list of arguments.
One of this is deprecated in v107.0, which results in an execution error
when vcf2maf is called.
From mskcc/vcf2maf#322 it
appears that a simple fix exists, but it hasn't been merged
in the last 2 months.
v105.0  introduced new effects predictions which cause warnings in
cBioportal when imported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants