Skip to content

Commit

Permalink
put back score on edge
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Nov 30, 2023
1 parent 8677201 commit 89373cf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/trapi_predict_kit/trapi_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,13 @@ def resolve_trapi_query(reasoner_query, endpoints_list, infores: str = ""):
"attribute_type_id": "EDAM:data_1048",
"value": model_id_label,
},
# {
# # TODO: use has_confidence_level?
# "description": "score",
# "attribute_type_id": "EDAM:data_1772",
# "value": association_score
# # https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fdata_1772&viewMode=All&siblings=false
# },
{
# TODO: use has_confidence_level?
"description": "score",
"attribute_type_id": "EDAM:data_1772",
"value": association_score
# https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fdata_1772&viewMode=All&siblings=false
},
# https://github.com/NCATSTranslator/ReasonerAPI/blob/1.4/ImplementationGuidance/Specifications/knowledge_level_agent_type_specification.md
{
"attribute_type_id": "biolink:agent_type",
Expand Down

0 comments on commit 89373cf

Please sign in to comment.