Anthony-Nolan / Atlas

A free & open-source Donor Search Algorithm Service
GNU General Public License v3.0
9 stars 5 forks source link

MAC Lookup fails when it expands to deleted Null allele #825

Closed zabeen closed 2 years ago

zabeen commented 2 years ago

This was observed in AN Atlas Live during import of donors typed with C*06:EDJYM. HLA conversion failed because the allele C*16:199 could not be found.

This name is a truncated version of the full name, C*16:199N which was deleted in the latest IMGT/HLA release (v3.50.0): C*;16:199N;20220630;20220930;06:359N;Name assigned in error.

Investigation shows:

The same issue has been observed with:

However, truncated version of these deleted alleles were stored correctly (03:99): C*;03:99:01;20100831;20181026;01:169:01;Sequence renamed C*;03:99:02;20170430;20181026;01:169:02;Sequence renamed There are no other alleles beginning with C*03:99.

Therefore, the cause of the truncated name not being stored in the latest release is because of it being deleted AND it having an expression suffix.

zabeen commented 2 years ago

Testing

Atlas v1.4.1 (pre-release)

Data Refresh

Donor Import

Atlas v1.4.2 (post-release)

Donor Import

Data Refresh

Conclusion