Skip to content

Commit

Permalink
Add second URL to IEDB_RECEPTOR provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorrie committed Nov 7, 2024
1 parent 3c78c2e commit 5aea225
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions lang/R/inst/extdata/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ InformationProvider:
IEDB_RECEPTOR:
request:
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/bcr_search?receptor_group_id=eq.{local_id}"
response: application/json
IEDB_EPITOPE:
request:
Expand Down
3 changes: 2 additions & 1 deletion lang/R/inst/extdata/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ InformationProvider:
IEDB_RECEPTOR:
request:
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/bcr_search?receptor_group_id=eq.{local_id}"
response: application/json
IEDB_EPITOPE:
request:
Expand Down Expand Up @@ -4765,7 +4766,7 @@ Cell:

# The Expression object acts as a container to hold a single expression level measurement from
# an experiment. Expression data is associated with a cell_id and the related repertoire_id and
# data_processing_id
# data_processing_id
Expression:
type: object
required:
Expand Down
1 change: 1 addition & 0 deletions lang/python/airr/specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ InformationProvider:
IEDB_RECEPTOR:
request:
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/bcr_search?receptor_group_id=eq.{local_id}"
response: application/json
IEDB_EPITOPE:
request:
Expand Down
3 changes: 2 additions & 1 deletion lang/python/airr/specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ InformationProvider:
IEDB_RECEPTOR:
request:
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/bcr_search?receptor_group_id=eq.{local_id}"
response: application/json
IEDB_EPITOPE:
request:
Expand Down Expand Up @@ -4765,7 +4766,7 @@ Cell:

# The Expression object acts as a container to hold a single expression level measurement from
# an experiment. Expression data is associated with a cell_id and the related repertoire_id and
# data_processing_id
# data_processing_id
Expression:
type: object
required:
Expand Down
1 change: 1 addition & 0 deletions specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ InformationProvider:
IEDB_RECEPTOR:
request:
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/bcr_search?receptor_group_id=eq.{local_id}"
response: application/json
IEDB_EPITOPE:
request:
Expand Down
1 change: 1 addition & 0 deletions specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ InformationProvider:
IEDB_RECEPTOR:
request:
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/bcr_search?receptor_group_id=eq.{local_id}"
response: application/json
IEDB_EPITOPE:
request:
Expand Down

0 comments on commit 5aea225

Please sign in to comment.