Skip to content

Instantly share code, notes, and snippets.

@johnmay
Created August 15, 2012 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmay/3360099 to your computer and use it in GitHub Desktop.
Save johnmay/3360099 to your computer and use it in GitHub Desktop.
CML bond stereo
<!-- CDK expects -->
<bond atomRefs2="a2 a4" order="1">
<bondStereo dictRef="cml:W"/>
</bond>
<!-- Normally my files have this -->
<bond atomRefs2="a2 a4" order="1">
<bondStereo>W</bondStereo>
</bond>
@egonw
Copy link

egonw commented Aug 15, 2012

Mmmm... I'm pretty sure the other used to be supported too...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment