OpenBEL / resource-generator

Python modules to generate BEL resource documents.
Apache License 2.0
0 stars 4 forks source link

change log - unresolved GO bp names #17

Closed ncatlett closed 11 years ago

ncatlett commented 11 years ago

change_log.py (run 091613) yields 104 unresolved GO bp names and 0 unresolved GO bp ids. The unresolved names appear to be terms that have merged with other terms, such that the term id is used as an alt_id.

It looks like the names are being resolved against IDs flagged in the GO obo.xml file as obsolete, while the ids are considered as obsolete/withdrawn if they are missing from the new namespace file (see https://github.com/OpenBEL/resource-generator/issues/16) creating a class of unresolved GO bp names.