Skip to content

'NoneType' object has no attribute 'strip' AND Explicit valence for atom is greater than permitted #132

Answered by RMeli
RJ-Li asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @RJ-Li,

[10:51:43] ERROR: Explicit valence for atom # 27 C, 6, is greater than permitted

This is an error from RDKit, which is unable to parse your input. It is telling you that the carbon atom at position 27 has a valence of 6, instead of the expected valence of 4. Therefore, I'd carefully check your input to see what is going on and where the issue is. The problem is not related with spyrmsd since it happens during parsing of the input file.

Error calculating RMSD for 2019_general-train/13gs_1.sdf and 2019_general-sdf/13gs_ligand.sdf: 'NoneType' object has no attribute 'strip'

This a spyrmsd error but it is simply the consequence of the error above. If RDKit is unable to parse yo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RMeli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Please use Discussions instead
2 participants
Converted from issue

This discussion was converted from issue #128 on June 21, 2024 20:43.