airr-community / airr-standards

AIRR Community Data Standards
https://docs.airr-community.org
Creative Commons Attribution 4.0 International
35 stars 23 forks source link

Add ability to test `mhc_genotype_set` and `receptor_genotype_set`. #684

Closed jday1 closed 1 year ago

jday1 commented 1 year ago

Currently, the fields mhc_genotype_set and receptor_genotype_set are nested such that they cannot be tested because they exist in an object.

I have introduced GenotypeSets which allows this functionality and added a test.

I am aware of issue https://github.com/airr-community/airr-standards/issues/667. From what I understand, this issue will not resolved in the immediate future, so under the current schema this functionality should be added. This will also make it easier to test the change outlined in the aforementioned issue.

I have introduced this change in PR https://github.com/airr-community/airr-standards/pull/685.

In addition, there are two further minor changes.

scharch commented 1 year ago

closed via #695