Created
August 15, 2012 13:25
-
-
Save johnmay/3360099 to your computer and use it in GitHub Desktop.
CML bond stereo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mmmm... I'm pretty sure the other used to be supported too...