nileshhanotia commited on
Commit
88bf984
·
verified ·
1 Parent(s): 48eb59a

Update vep_handler.py

Browse files
Files changed (1) hide show
  1. vep_handler.py +1 -1
vep_handler.py CHANGED
@@ -133,7 +133,7 @@ def fetch_vep(chrom: str, pos: int, ref: str, alt: str) -> VEPResult:
133
  # Ensembl VEP REST requires no "chr" prefix for human GRCh38
134
  url = (
135
  f"{_ENSEMBL_REST}/vep/human/region/"
136
- f"{chrom_norm}:{pos}-{pos}/{alt}"
137
  f"?content-type=application/json"
138
  f"&canonical=1"
139
  f"&pick=1"
 
133
  # Ensembl VEP REST requires no "chr" prefix for human GRCh38
134
  url = (
135
  f"{_ENSEMBL_REST}/vep/human/region/"
136
+ f"{chrom_norm}:{pos}-{pos}/{ref}/{alt}"
137
  f"?content-type=application/json"
138
  f"&canonical=1"
139
  f"&pick=1"