PathwayCommons / cpath2

Biological pathway data integration and access platform (Pathway Commons)
http://www.pathwaycommons.org/pc2/
MIT License
6 stars 5 forks source link

SMR warehouse lacks some IDs (e.g. ADP, CHEBI:16761) due to the ChEBI OBO records are inconsistent #225

Closed IgorRodchenkov closed 8 years ago

IgorRodchenkov commented 8 years ago

In the chebi.obo, there are entries (e.g., CHEBI:16761 ADP) that have: synonym: "XTWYTFMLZFPYCI-KQYNXXCUSA-N" RELATED InChIKey [ChEBI:] and other records (e.g., CHEBI:87728) that have: synonym: "InChIKey=SMEROWZSTRWXGI-WFVDQZAMSA-M" RELATED InChIKey [ChEBI:]

When converting these data to BioPAX we use a pattern to capture InChIKey, and skip for entries that do not have the key. So ones without "InChIKey=" prefix do not make it into the PC2 warehouse BioPAX model.

Uh.

IgorRodchenkov commented 8 years ago

Fixed.