We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7128ee6 commit c9fbef6Copy full SHA for c9fbef6
1 file changed
mapserver/competency/flatmap.py
@@ -109,6 +109,7 @@ def anatomical_map_knowledge(map_uuid: str, competency_db: CompetencyKnowledge)
109
'nerves': path_knowledge.get('node-nerves', []),
110
'phenotypes': path_phenotypes.get(path_id, []),
111
'references': path_evidence.get(path_id, []),
112
+ 'node-mappings': path_knowledge.get('node-mappings', []),
113
}
114
if 'alert' in properties:
115
knowledge_terms[path_id]['alert'] = properties['alert']
0 commit comments