chembl / chembl_webservices_2

Source code of the ChEMBL web services.
https://www.ebi.ac.uk/chembl/ws
Other
16 stars 3 forks source link

Add component information to binding_site endpoint #148

Closed agaulton closed 6 years ago

agaulton commented 6 years ago

Currently the binding_site endpoint returns domain information (where there is any) but does not include the component_id, which means there is no way to get back to the target_component that this refers to. If we could add the component_id, this would allow to retrieve the information from the target_component endpoint - or ideally, include selected target_component information (e.g. accession, description) in the binding_site endpoint. Open Targets may want to use this...

mnowotka commented 6 years ago

Component_id is now added: https://www.ebi.ac.uk/chembl/api/data/binding_site.json. @agaulton please let me know if this is what you wanted.

agaulton commented 6 years ago

Yes thanks