Ensembl / ensembl-vep

The Ensembl Variant Effect Predictor predicts the functional effects of genomic variants
https://www.ensembl.org/vep
Apache License 2.0
453 stars 151 forks source link

Missing annotations for BND variants. #1774

Open ramprasadn opened 4 days ago

ramprasadn commented 4 days ago

Describe the issue

Some BND variants are missing vep annotations, while the rest have them.

Additional information

System

Full VEP command line

vep \
    -i justhusky_view.vcf \
    -o justhusky_svdbquery_vep.vcf.gz \
    --dir_plugins cache/Plugins --plugin pLI,pLI_values.txt --appris \ 
    --biotype --buffer_size 100 --canonical --cache --ccds --compress_output bgzip \
    --distance 5000 --domains --exclude_predicted --force_overwrite --format vcf --fork 4 \
    --hgvs --humdiv --max_sv_size 248956422 --merged --no_progress --numbers --per_gene\
    --polyphen p --protein --off \
    --fasta reference.fasta \
    --assembly GRCh37 \
    --species homo_sapiens \
    --cache \
    --cache_version 113 \
    --dir_cache ${PWD}/cache \
    --fork 4

Full error message

2024-10-22 10:19:00 - INFO: BAM-edited cache detected, enabling --use_transcript_ref; use --use_given_ref to override this

Data files (if applicable)

They include:

likhitha-surapaneni commented 2 days ago

Hi @ramprasadn, thank you for providing us the files. We are currently investigating this, the affected annotations seem to be for breakpoints overlapping intergenic variants.

ramprasadn commented 1 day ago

Hi @likhitha-surapaneni! Thank you for the update. I'm glad to hear you're looking into it. If you need any further information, just let me know.