Skip to content

Commit c9fbef6

Browse files
committed
Expose node-mappings under pathways (#42).
1 parent 7128ee6 commit c9fbef6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mapserver/competency/flatmap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def anatomical_map_knowledge(map_uuid: str, competency_db: CompetencyKnowledge)
109109
'nerves': path_knowledge.get('node-nerves', []),
110110
'phenotypes': path_phenotypes.get(path_id, []),
111111
'references': path_evidence.get(path_id, []),
112+
'node-mappings': path_knowledge.get('node-mappings', []),
112113
}
113114
if 'alert' in properties:
114115
knowledge_terms[path_id]['alert'] = properties['alert']

0 commit comments

Comments
 (0)