Ensembl API timing out when translating hgvs to vcf
Some variants are timing out when translating to genomic coordinates
/spliceai/api/v1/get_genomic_coord/grch38/NM_004817.4:c.2667+3A>G
This could be due to the large no. of transcripts present for this Gene. For instance, compare the two below
- https://rest.ensembl.org/variant_recoder/human/NM_004817.4:c.2667+3A%3EG?fields=&vcf_string=1
- https://rest.ensembl.org/variant_recoder/human/NM_004817.4:c.2667+3A%3EG?fields=**None**&vcf_string=1
Maybe settings fields
to None
will speed this up