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

Flexmatch shouldn't be empty #122

Closed mnowotka closed 7 years ago

mnowotka commented 7 years ago

If a user makes an incorrect flexmatch request without specifying any smiles error 500 is returned. This situation should be handled to return 400 instead.

https://www.ebi.ac.uk/chembl/api/data/molecule.json?molecule_structures__canonical_smiles__flexmatch=

mnowotka commented 7 years ago

Fixed.