SCRUM-5881 use severity rank for sorting molecular consequences#1550
SCRUM-5881 use severity rank for sorting molecular consequences#1550
Conversation
Code ReviewThe PR adds severity-based sorting to molecular consequences during variant indexing by fetching a severity ranking map from the curation API and using it to sort SO terms. One bug found — sorting inside the parsing loop: In Looking more carefully: the sort on lines 353-355 is actually after the loop ends (after line 351's Potential production issue — no error handling for the API call: In Minor note: The Overall the logic is sound. The main concern is the missing error handling for the new API call. |
No description provided.