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 ed3e844 commit 365bd4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 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 365bd4a

Please sign in to comment.