OpenBEL / resource-generator

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

equivalences missing between SCHEM and ChEBI names/IDs #32

Closed ncatlett closed 10 years ago

ncatlett commented 10 years ago

missing many of the equivalences in https://github.com/OpenBEL/resource-generator/blob/master/datasets/SCHEM_to_CHEBIID.txt

it looks like equivalences where the terms match, except for capitalization are OK, and all others are missing

see related #30

ncatlett commented 10 years ago

The problem seems to be with has_equivalence() and/or get_equivalence(). The other equivalencing that uses a mapping table stored in data sets (GOCC to MeSH Cellular locations) looks OK