Knowledge-Graph-Hub / universalizer

The KG-Hub Universalizer provides functions for knowledge graph cleanup and identifier normalization.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

ID remapped nodes don't get category remapped #17

Closed caufieldjh closed 1 year ago

caufieldjh commented 1 year ago

Currently, nodes undergoing ID remapping don't get categories remapped as well. Example (update_id_maps.tsv for Bioportal's MCBCC):

OBO:MCBCC_0000065#TP53  MCBCC:0000065#TP53

And in the nodefile:

MCBCC:0000065#TP53  biolink:OntologyClass

That should be biolink:NamedThing, at least.