berntpopp / variant-linker

MIT License
0 stars 0 forks source link

Enhancement: Add the ability to specify the genome build reference (hg19/hg38) for annotations in the Variant-Linker tool. #9

Open berntpopp opened 2 weeks ago

berntpopp commented 2 weeks ago

Current Behavior

Currently, the tool uses the hg38 endpoint for annotations, and all annotations are thus based on the hg38 build.

Proposed Solution

Acceptance Criteria

berntpopp commented 2 weeks ago

The endpoint used (https://rest.ensembl.org/documentation/info/vep_region_get) currently only supports assembly_name "GRCh38".

To implement "grch37" we wold need to add an option/ parameter and then use the legacy endpoint https://grch37.rest.ensembl.org/documentation/info/vep_region_get.

For implementation insure compatability and that additional options are supported.