Skip to content

Commit

Permalink
Add IEDB providers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorrie authored Nov 7, 2024
1 parent 365bd4a commit 0da92d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,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 0da92d8

Please sign in to comment.