Skip to content

Commit

Permalink
Merge pull request #123 from NCATS-Tangerine/drug-response-trapi14
Browse files Browse the repository at this point in the history
adding trapi 1.4 sources field
  • Loading branch information
colleenXu authored Jul 14, 2023
2 parents b261d7c + 66f632b commit ccfceaf
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions drug_response_kp/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ components:
"scopes": ["subject.NCBIGene", "predicate"]
}
parameters:
fields: object.pubchem_compound,attributes #field to return
fields: object.pubchem_compound,attributes,sources #field to return
size: 1000
outputs:
- id: "PUBCHEM.COMPOUND" #
Expand All @@ -638,7 +638,7 @@ components:
"scopes": ["object.pubchem_compound", "predicate"]
}
parameters:
fields: subject.NCBIGene,attributes
fields: subject.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -665,7 +665,7 @@ components:
"scopes": ["subject.NCBIGene", "predicate"]
}
parameters:
fields: object.pubchem_compound,attributes
fields: object.pubchem_compound,attributes,sources
size: 1000
outputs:
- id: "PUBCHEM.COMPOUND"
Expand All @@ -690,7 +690,7 @@ components:
"scopes": ["object.pubchem_compound", "predicate"]
}
parameters:
fields: subject.NCBIGene,attributes
fields: subject.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -717,7 +717,7 @@ components:
"scopes": ["subject.NCBIGene", "predicate"]
}
parameters:
fields: object.MONDO,attributes
fields: object.MONDO,attributes,sources
size: 1000
outputs:
- id: MONDO
Expand All @@ -742,7 +742,7 @@ components:
"scopes": ["object.MONDO", "predicate"]
}
parameters:
fields: subject.NCBIGene,attributes
fields: subject.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -769,7 +769,7 @@ components:
"scopes": ["subject.MONDO", "predicate"]
}
parameters:
fields: object.NCBIGene,attributes
fields: object.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -794,7 +794,7 @@ components:
"scopes": ["object.NCBIGene", "predicate"]
}
parameters:
fields: subject.MONDO,attributes
fields: subject.MONDO,attributes,sources
size: 1000
outputs:
- id: MONDO
Expand All @@ -821,7 +821,7 @@ components:
"scopes": ["subject.pubchem_compound", "predicate"]
}
parameters:
fields: object.NCBIGene,attributes
fields: object.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -846,7 +846,7 @@ components:
"scopes": ["object.NCBIGene", "predicate"]
}
parameters:
fields: subject.pubchem_compound,attributes
fields: subject.pubchem_compound,attributes,sources
size: 1000
outputs:
- id: "PUBCHEM.COMPOUND"
Expand All @@ -873,7 +873,7 @@ components:
"scopes": ["subject.NCBIGene", "predicate"]
}
parameters:
fields: object.NCBIGene,attributes
fields: object.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -898,7 +898,7 @@ components:
"scopes": ["object.NCBIGene", "predicate"]
}
parameters:
fields: subject.NCBIGene,attributes
fields: subject.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -925,7 +925,7 @@ components:
"scopes": ["subject.NCBIGene", "predicate"]
}
parameters:
fields: object.NCBIGene,attributes
fields: object.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -950,7 +950,7 @@ components:
"scopes": ["object.NCBIGene", "predicate"]
}
parameters:
fields: subject.NCBIGene,attributes
fields: subject.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -977,7 +977,7 @@ components:
"scopes": ["subject.NCBIGene", "predicate"]
}
parameters:
fields: object.NCBIGene,attributes
fields: object.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -1002,7 +1002,7 @@ components:
"scopes": ["object.NCBIGene", "predicate"]
}
parameters:
fields: subject.NCBIGene,attributes
fields: subject.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -1029,7 +1029,7 @@ components:
"scopes": ["subject.NCBIGene", "predicate"]
}
parameters:
fields: object.NCBIGene,attributes
fields: object.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -1054,7 +1054,7 @@ components:
"scopes": ["object.NCBIGene", "predicate"]
}
parameters:
fields: subject.NCBIGene,attributes
fields: subject.NCBIGene,attributes,sources
size: 1000
outputs:
- id: NCBIGene
Expand All @@ -1070,24 +1070,24 @@ components:
pubchem-subject:
"PUBCHEM.COMPOUND": subject.pubchem_compound
edge-attributes: attributes
#trapi_sources: sources
trapi_sources: sources
pubchem-object:
"PUBCHEM.COMPOUND": object.pubchem_compound
edge-attributes: attributes
#trapi_sources: sources
trapi_sources: sources
ncbigene-subject:
NCBIGene: subject.NCBIGene
edge-attributes: attributes
#trapi_sources: sources
trapi_sources: sources
ncbigene-object:
NCBIGene: object.NCBIGene
edge-attributes: attributes
#trapi_sources: sources
trapi_sources: sources
mondo-subject:
MONDO: subject.MONDO
edge-attributes: attributes
#trapi_sources: sources
trapi_sources: sources
mondo-object:
MONDO: object.MONDO
edge-attributes: attributes
#trapi_sources: sources
trapi_sources: sources

0 comments on commit ccfceaf

Please sign in to comment.