Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provenance update #76

Merged
merged 1 commit into from
Aug 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions DISEASES/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ info:
title: DISEASES API
version: '1.0'
x-translator:
infores-curie: "infores:biothings-diseases"
component: KP
team:
- Service Provider
Expand Down Expand Up @@ -212,8 +213,6 @@ paths:
schema:
"$ref": "#/components/schemas/QueryPOSTResult"
description: Query response objects with the "hits" property
x-bte-response-mapping:
"$ref": "#/components/x-bte-response-mapping/query-post"
'400':
content:
application/json:
Expand Down Expand Up @@ -389,7 +388,7 @@ components:
parameters:
fields: DISEASES.associatedWith
predicate: related_to
source: DISEASES
source: "infores:diseases"
requestBody:
body:
q: "{inputs[0]}"
Expand All @@ -407,7 +406,7 @@ components:
- id: SYMBOL
semantic: Gene
predicate: related_to
source: DISEASES
source: "infores:diseases"
parameters:
fields: DISEASES.doid
size: '250'
Expand Down
5 changes: 3 additions & 2 deletions EBIgene2phenotype/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ info:
title: EBIgene2phenotype API
version: '1.0'
x-translator:
infores-curie: "infores:biothings-ebi-gene2phenotype"
component: KP
team:
- Service Provider
Expand Down Expand Up @@ -385,7 +386,7 @@ components:
- id: HP
semantic: PhenotypicFeature
predicate: related_to
source: EBI
source: "infores:ebi-gene2phenotype"
parameters:
fields: gene2phenotype
requestBody:
Expand All @@ -405,7 +406,7 @@ components:
- id: HP
semantic: PhenotypicFeature
predicate: related_to
source: EBI
source: "infores:ebi-gene2phenotype"
parameters:
fields: _id
size: '350'
Expand Down
3 changes: 2 additions & 1 deletion LINCS/smartapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ info:
email: akoleti@med.miami.edu
x-id: 'http://lincsportal.ccs.miami.edu/'
x-translator:
infores-curie: "infores:lincs"
component: KP
team:
- Service Provider
Expand Down Expand Up @@ -367,7 +368,7 @@ components:
predicate: treats
response_mapping:
$ref: '#/components/x-bte-response-mapping/drug-indication'
source: LINCS
source: "infores:lincs" ## ...so weird duplicate source info happens here
supportBatch: false
x-bte-response-mapping:
drug-indication:
Expand Down
18 changes: 10 additions & 8 deletions MGIgene2phenotype/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ info:
title: MGIgene2phenotype API
version: '1.0'
x-translator:
infores-curie: "infores:biothings-mgi-g2p"
component: KP
team:
- Service Provider
Expand Down Expand Up @@ -351,10 +352,11 @@ components:
type: array
QueryResult:
properties:
hits:
items:
"$ref": "#/components/schemas/Chem"
type: array
## to remove semantic error of missing reference
# hits:
# items:
# "$ref": "#/components/schemas/Chem"
# type: array
max_score:
format: float
type: number
Expand Down Expand Up @@ -389,7 +391,7 @@ components:
parameters:
fields: mgi.associated_with_disease
predicate: related_to
source: mgi_gene2phenotype
source: "infores:mgi"
requestBody:
body:
q: "{inputs[0]}"
Expand All @@ -407,7 +409,7 @@ components:
- id: MP
semantic: PhenotypicFeature
predicate: related_to
source: mgi_gene2phenotype
source: "infores:mgi"
parameters:
fields: mgi.associated_with_phenotype
requestBody:
Expand All @@ -430,7 +432,7 @@ components:
fields: _id
size: '300'
predicate: related_to
source: mgi_gene2phenotype
source: "infores:mgi"
requestBody:
body:
q: "{inputs[0]}"
Expand All @@ -448,7 +450,7 @@ components:
- id: MP
semantic: PhenotypicFeature
predicate: related_to
source: mgi_gene2phenotype
source: "infores:mgi"
parameters:
fields: _id
size: '300'
Expand Down
29 changes: 15 additions & 14 deletions biolink/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ info:
title: BioLink API
version: 1.0.1
x-translator:
infores-curie: "infores:biolink-api"
component: KP
team:
## check what teams are involved
Expand Down Expand Up @@ -492,7 +493,7 @@ components:
- id: HGNC
semantic: Gene
predicate: expresses
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/anatomy-gene-hgnc"
Expand All @@ -509,7 +510,7 @@ components:
- id: HGNC
semantic: Gene
predicate: condition_associated_with_gene
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/disease-gene-hgnc"
Expand All @@ -526,7 +527,7 @@ components:
- id: REACT
semantic: Pathway
predicate: related_to
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/disease-pathway"
Expand All @@ -543,7 +544,7 @@ components:
- id: HP
semantic: PhenotypicFeature
predicate: has_phenotype
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/disease-phenotype"
Expand All @@ -560,7 +561,7 @@ components:
- id: UBERON
semantic: AnatomicalEntity
predicate: expressed_in
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/gene-anatomy"
Expand All @@ -577,7 +578,7 @@ components:
- id: MONDO
semantic: Disease
predicate: gene_associated_with_condition
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/gene-disease"
Expand All @@ -594,7 +595,7 @@ components:
- id: HP
semantic: PhenotypicFeature
predicate: has_phenotype
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/gene-phenotype"
Expand All @@ -611,7 +612,7 @@ components:
- id: HGNC
semantic: Gene
predicate: interacts_with
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/gene-interaction-hgnc"
Expand All @@ -628,7 +629,7 @@ components:
- id: MONDO
semantic: Disease
predicate: related_to
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/pathway-disease"
Expand All @@ -645,7 +646,7 @@ components:
- id: HP
semantic: PhenotypicFeature
predicate: related_to
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/pathway-phenotype"
Expand All @@ -662,7 +663,7 @@ components:
- id: MONDO
semantic: Disease
predicate: phenotype_of
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/phenotype-disease"
Expand All @@ -679,7 +680,7 @@ components:
- id: HGNC
semantic: Gene
predicate: condition_associated_with_gene
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/phenotype-gene-hgnc"
Expand All @@ -696,7 +697,7 @@ components:
- id: REACT
semantic: Pathway
predicate: related_to
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/phenotype-pathway"
Expand All @@ -713,7 +714,7 @@ components:
- id: DBSNP
semantic: SequenceVariant
predicate: phenotype_of
source: "Monarch Initiative"
source: "infores:monarchinitiative"
supportBatch: false
response_mapping:
"$ref": "#/components/x-bte-response-mapping/phenotype-variant"
5 changes: 3 additions & 2 deletions dgidb/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ info:
title: BioThings DGIdb API
version: '1.0'
x-translator:
infores-curie: "infores:biothings-dgidb"
component: KP
team:
- Service Provider
Expand Down Expand Up @@ -431,7 +432,7 @@ components:
predicate: physically_interacts_with
response_mapping:
$ref: '#/components/x-bte-response-mapping/chemical-gene'
source: DGIdb
source: "infores:dgidb"
supportBatch: false
inputSeparator: ","
gene-chemical:
Expand All @@ -452,7 +453,7 @@ components:
header: application/x-www-form-urlencoded
response_mapping:
$ref: '#/components/x-bte-response-mapping/gene-chemical'
source: DGIdb
source: "infores:dgidb"
supportBatch: true
inputSeparator: ","
x-bte-response-mapping:
Expand Down
7 changes: 5 additions & 2 deletions drug_response_kp/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ info:
title: Drug Response KP API
version: '1.0'
x-translator:
infores-curie: "infores:biothings-multiomics-drug-response"
component: KP
team:
- Multiomics Provider
Expand Down Expand Up @@ -392,7 +393,8 @@ components:
predicate: response_affected_by
response_mapping:
$ref: '#/components/x-bte-response-mapping/chemical-gene'
source: Multiomics Provider
## note: source should be the source of data used
# source: Multiomics Provider
supportBatch: false
gene-chemical:
- inputs:
Expand All @@ -410,7 +412,8 @@ components:
predicate: affects_response_to
response_mapping:
$ref: '#/components/x-bte-response-mapping/gene-chemical'
source: Multiomics Provider
## note: source should be the source of data used
# source: Multiomics Provider
supportBatch: false
x-bte-response-mapping:
chemical-gene:
Expand Down
Loading