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

Fix Issue #684 #685

Closed jday1 closed 1 year ago

jday1 commented 1 year ago

See https://github.com/airr-community/airr-standards/issues/684 for context.

Introduced GenotypeSets to allow testing of mhc_genotype_set and receptor_genotype_set.

Other minor bug fixes.

javh commented 1 year ago

From the call:

bcorrie commented 1 year ago

These queries will test the deepest level objects in the MHC Genotype so are good tests to make sure nesting changes of objects don't break the structure.

curl -d '{"filters":{"op":"=", "content": { "field":"subject.genotype.mhc_genotype_set.mhc_genotype_list.mhc_alleles.gene.id", "value":"MRO:0000051"}}}' https://t1d-1.ireceptor.org/airr/v1/repertoire

curl -d '{"filters":{"op":"=", "content": { "field":"subject.genotype.mhc_genotype_set.mhc_genotype_list.mhc_alleles.allele_designation", "value":"HLA-DPB1*15"}}}' https://t1d-1.ireceptor.org/airr/v1/repertoire

javh commented 1 year ago

From the call:

javh commented 1 year ago

Moving this to #695, because it was less effort to fix the merge conflicts...

javh commented 1 year ago

Merged via #695.