Closed holtgrewe closed 1 year ago
Hi, thanks for reporting the issue, though I don't think I fully understand what is wrong.
Are you able to provide an example test case, ie values for alt_ac, start_i, end_i then describe what results you expect vs actual results returned? Thanks
Take any intronic position. The hgvs
/ UTA code will return the transcript, the cdot code will not.
Hi, I've made the fix and released an update - cdot v.0.2.14
Can you please give it a test, and if there's still a problem please re-open the issue. Thanks!
The SQL query is here:
https://github.com/biocommons/hgvs/blob/main/src/hgvs/dataproviders/uta.py#L151
As far as I can see, this translates to the query being between the leftmost coordinate of any exon and the rightmost coordinate of any exon of this transcript.
The code in cdot checks each transcript individually.