UserError("Atom/bond counts line of" " MOL/SDF file '%s' is botched: '%s'" %( fileName, l ) )
UserError("Atom line of MOL/SDF file" " '%s' is not x y z element...: '%s'" %( fileName, l ) )
UserError("Unexpected end of file (parser state:" " %s) in MOL/SDF file '%s'" %( state, fileName ) )
UserError("Bond line of MOL/SDF file" " '%s' is not a1 a2 order...: '%s'" %( fileName, l ) )
UserError("No atoms found for compound" " '%s' in MOL/SDF file '%s'" %( m.name, fileName ) )
|