Skip to content

Commit

Permalink
Sync schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorrie committed Nov 7, 2024
1 parent 0da92d8 commit cce590e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lang/R/inst/extdata/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ CURIEMap:
type: identifier
default:
map: IEDB_RECEPTOR
provider: IEDB_RECEPTOR
map:
IEDB_RECEPTOR:
iri_prefix: "https://www.iedb.org/receptor/"
Expand Down Expand Up @@ -180,6 +181,15 @@ InformationProvider:
request:
url: "{iri}"
response: text/html
IEDB_RECEPTOR:
request:
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
response: application/json
IEDB_EPITOPE:
request:
url: "https://query-api.iedb.org/epitope_search?structure_id=eq.{local_id}"
response: application/json
OLS:
request:
url: "https://www.ebi.ac.uk/ols/api/ontologies/{ontology_id}/terms?iri={iri}"
Expand Down
10 changes: 10 additions & 0 deletions lang/python/airr/specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ CURIEMap:
type: identifier
default:
map: IEDB_RECEPTOR
provider: IEDB_RECEPTOR
map:
IEDB_RECEPTOR:
iri_prefix: "https://www.iedb.org/receptor/"
Expand Down Expand Up @@ -180,6 +181,15 @@ InformationProvider:
request:
url: "{iri}"
response: text/html
IEDB_RECEPTOR:
request:
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
response: application/json
IEDB_EPITOPE:
request:
url: "https://query-api.iedb.org/epitope_search?structure_id=eq.{local_id}"
response: application/json
OLS:
request:
url: "https://www.ebi.ac.uk/ols/api/ontologies/{ontology_id}/terms?iri={iri}"
Expand Down

0 comments on commit cce590e

Please sign in to comment.