Problem with some SMILES

My submission was evaluated sucsessfuly in debug mode. I set “debug: false” and got “submission failed”, because function rdkit.Chem.MolFromSmiles returned None for some input strings. My rdkit version is 2020.09.2

Could you please check SMILES in test data?

2 Likes

There is SMILE which also breaks my code. My temporary fix for this is try except.

2 Likes

Hello,

I encountered the same problem, I posted a question about it here:

Since I didn’t get any answer I’m reposting.

Thank you in advance for your help.

Hey,

We are on this.
We will get back to you soon with updates from our end.
@shivam is coordinating the efforts from our end.

Best,
Mohanty

Hi everyone,

We received inputs from multiple participants and identified which SMILES were causing issues to popular implementation like RDKit, etc.

:rotating_light: We have fixed it at our side, so your submissions would no longer break for NoneType and Unicode error.

:point_right: In case any new submission fails for a similar error, let us know your submission ID and we can pinpoint which SMILE is causing an issue for you.
:point_right: In case you want to rerun your old submission which failed due to this error, you can comment on your GitLab issue with “rerun this”.

Happy submitting and wish you all luck for the top position at the leaderboard! :muscle: :trophy:

2 Likes