Ensembl / ensembl-vep

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

filter_vep on HGNC_ID #1723

Closed fellen31 closed 3 months ago

fellen31 commented 4 months ago

Describe the issue

Hi, I can't figure out how to use --filter "HGNC_ID in /test/hgnc.txt" when HGNC_ID is annotated as HGNC:12345 and not just 12345. I get no matching variants.

Thanks!

Additional information

Please fill in the following sections to help us find the source of your issue as quickly as possible.

System

Full VEP command line

 singularity exec --bind $(pwd):/test https://depot.galaxyproject.org/singularity/ensembl-vep:110.0--pl5321h2a3209d_0 filter_vep --input_file /test/multisample_2.vcf.gz --filter "HGNC_ID in /test/hgnc.txt" --only_matched

Full error message

Including the warnings, if available

Data files (if applicable)

They include:

likhitha-surapaneni commented 4 months ago

Hi @fellen31, Sorry to hear that you are facing issues with filtering. Can you please provide an input file you are using?

Thank you

fellen31 commented 4 months ago

Sure, here's the file: multisample.vcf.gz

likhitha-surapaneni commented 4 months ago

Hi @fellen31, thank you for providing the input file. I am able to replicate the issue on my end.

We will try to provide a fix for this and keep you updated.

Kind regards, Likhitha

likhitha-surapaneni commented 3 months ago

Hi @fellen31,

The fix will be made available in the coming release (release/113). I am closing this ticket for now. Please feel free to open a new issue if you are facing any other problems.

Thanks and regards, Likhitha

fellen31 commented 3 months ago

Thanks a lot @likhitha-surapaneni!