Skip to content

Commit

Permalink
Remove duplicated peptide sequence property
Browse files Browse the repository at this point in the history
  • Loading branch information
bussec committed Aug 23, 2023
1 parent bcd24ea commit c542281
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 32 deletions.
10 changes: 2 additions & 8 deletions lang/R/inst/extdata/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4614,13 +4614,6 @@ ReceptorReactivity:
top_node:
id: NCBITAXON:1
label: root
peptide_aa_string:
type: string
description: AA string of the peptide
title: Peptide AA String
x-airr:
nullable: true
adc-query-support: true
peptide_start:
type: integer
description: Start position of the peptide within the reference protein sequence
Expand All @@ -4631,13 +4624,14 @@ ReceptorReactivity:
description: End position of the peptide within the reference protein sequence
x-airr:
nullable: true
peptide_sequence:
peptide_sequence_aa:
type: string
description: >
The actual peptide sequence against which the receptor reactivity was measured. This field should be
used as a convenience for antigens of antigen_type `protein` or `peptide`.
x-airr:
nullable: true
adc-query-support: true
mhc_class:
type: string
enum:
Expand Down
10 changes: 2 additions & 8 deletions lang/python/airr/specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4614,13 +4614,6 @@ ReceptorReactivity:
top_node:
id: NCBITAXON:1
label: root
peptide_aa_string:
type: string
description: AA string of the peptide
title: Peptide AA String
x-airr:
nullable: true
adc-query-support: true
peptide_start:
type: integer
description: Start position of the peptide within the reference protein sequence
Expand All @@ -4631,13 +4624,14 @@ ReceptorReactivity:
description: End position of the peptide within the reference protein sequence
x-airr:
nullable: true
peptide_sequence:
peptide_sequence_aa:
type: string
description: >
The actual peptide sequence against which the receptor reactivity was measured. This field should be
used as a convenience for antigens of antigen_type `protein` or `peptide`.
x-airr:
nullable: true
adc-query-support: true
mhc_class:
type: string
enum:
Expand Down
11 changes: 3 additions & 8 deletions specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4904,13 +4904,6 @@ ReceptorReactivity:
top_node:
id: NCBITAXON:1
label: root
peptide_aa_string:
type: string
nullable: true
description: AA string of the peptide
title: Peptide AA String
x-airr:
adc-query-support: true
peptide_start:
type: integer
nullable: true
Expand All @@ -4919,12 +4912,14 @@ ReceptorReactivity:
type: integer
nullable: true
description: End position of the peptide within the reference protein sequence
peptide_sequence:
peptide_sequence_aa:
type: string
nullable: true
description: >
The actual peptide sequence against which the receptor reactivity was measured. This field should be
used as a convenience for antigens of antigen_type `protein` or `peptide`.
x-airr:
adc-query-support: true
mhc_class:
type: string
nullable: true
Expand Down
10 changes: 2 additions & 8 deletions specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4614,13 +4614,6 @@ ReceptorReactivity:
top_node:
id: NCBITAXON:1
label: root
peptide_aa_string:
type: string
description: AA string of the peptide
title: Peptide AA String
x-airr:
nullable: true
adc-query-support: true
peptide_start:
type: integer
description: Start position of the peptide within the reference protein sequence
Expand All @@ -4631,13 +4624,14 @@ ReceptorReactivity:
description: End position of the peptide within the reference protein sequence
x-airr:
nullable: true
peptide_sequence:
peptide_sequence_aa:
type: string
description: >
The actual peptide sequence against which the receptor reactivity was measured. This field should be
used as a convenience for antigens of antigen_type `protein` or `peptide`.
x-airr:
nullable: true
adc-query-support: true
mhc_class:
type: string
enum:
Expand Down

0 comments on commit c542281

Please sign in to comment.