wedge bonds not visible #403
Answered
by
ptosco
shyamramesh
asked this question in
Q&A
-
I am using RDKITJS to render this mol in browser.Unable to get the wedge bond displayed. In other tools same mol file shows wedge bond correctly. What option am I missing in get_mol or in drawingoptions? Can someone help? ==================
|
Beta Was this translation helpful? Give feedback.
Answered by
ptosco
Nov 1, 2023
Replies: 2 comments 3 replies
-
Any help / inputs? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Is there any documentation that lists all options to get_svg_with_highlights()? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That wedge bond should not be there since there is no chiral center, hence by default RDKit removes it.
You may restore the wedging specified in your V3000 molblock by passing
useMolBlockWedging
toget_svg_with_highlights()
: