Ensembl / ensembl-rest

Language agnostic RESTful data access to Ensembl data over HTTP
Apache License 2.0
138 stars 62 forks source link

Include exons of length 1 at the boundary #613

Closed sgiorgetti closed 10 months ago

sgiorgetti commented 10 months ago

Description

Sister to PR #612 - this applied to main branch Fix issue #588

Use case

Exons of length 1 at the boundary of the given region were not returned by the /overlap endpoint.

Benefits

Return the exons of length 1 sitting at the region boundary.

Possible Drawbacks

Downstream pipelines can be affected.

Testing

Test suite runs fine

Changelog

N/A