uio-bmi / immuneML

immuneML is a platform for machine learning analysis of adaptive immune receptor repertoire data.
https://immuneml.uio.no
GNU Affero General Public License v3.0
60 stars 29 forks source link

IMGT positions are computed wrong #159

Closed LonnekeScheffer closed 9 months ago

LonnekeScheffer commented 1 year ago

correct is shown here: https://www.imgt.org/IMGTScientificChart/Numbering/IMGTIGVLsuperfamily.html

we add 0.001 for each position (we get e.g. [112.005, 112.01, 112.15] when it should be [112.1, 112.10, 112.15...]) should be a small fix, but need to take a thorough look to see if any other parts of the code depends on the way we do it currently

pavlovicmilena commented 9 months ago

Fixed in PR#163