Molecules API on the Molecule Explorer App

Hi!

The autogenerated api code snippet is think is slightly off, there is an underscore where it should be a period, for example the output is currently the following:
mpr.molecules_summary.search(molecule_ids=[“14e9a3c9c48c9cc3b6b9c7b92401335e-C2F3N1S2-m2-1”])
Instead of:
mpr.molecules.summary.search(molecule_ids=[“14e9a3c9c48c9cc3b6b9c7b92401335e-C2F3N1S2-m2-1”])
Where the later works fine on mp_api 0.37.4

Yes! Thank you! Great catch. We’ll fix it with the next deployment.

1 Like