ChemAxon fa971619eb
29-07-2005 09:12:01
I'm seeing a problem with Marvin losing atom sterochemistry when I use the mrv format.
If I paste this structure into Marvin Sketch the stereochemistry appears:
<MDocument>
<MChemicalStruct>
<molecule molID="m1">
<atomArray
atomID="a1 a2 a3 a4 a5"
elementType="C C C Cl Br"
x2="-8.458240000000002 -8.458240000000002 -7.124693333333335 -9.791973333333335 -7.124693333333335"
y2="-4.025093333333333 -5.565093333333334 -6.335093333333335 -3.255093333333334 -3.255093333333334"
/>
<bondArray>
<bond atomRefs2="a1 a5" order="1">
<bondStereo>W</bondStereo>
</bond>
<bond atomRefs2="a1 a4" order="1" />
<bond atomRefs2="a1 a2" order="1" />
<bond atomRefs2="a2 a3" order="1" />
</bondArray>
</molecule>
</MChemicalStruct>
</MDocument>
but if I paste in this one (the only difference is the lack of atom coordinates) the stereochemistry is lost.
<MDocument>
<MChemicalStruct>
<molecule molID="m1">
<atomArray
atomID="a1 a2 a3 a4 a5"
elementType="C C C Cl Br"
/>
<bondArray>
<bond atomRefs2="a1 a5" order="1">
<bondStereo>W</bondStereo>
</bond>
<bond atomRefs2="a1 a4" order="1" />
<bond atomRefs2="a1 a2" order="1" />
<bond atomRefs2="a2 a3" order="1" />
</bondArray>
</molecule>
</MChemicalStruct>
</MDocument>
This is with Marvin 3.5.8
Any ideas?
Tim
If I paste this structure into Marvin Sketch the stereochemistry appears:
<MDocument>
<MChemicalStruct>
<molecule molID="m1">
<atomArray
atomID="a1 a2 a3 a4 a5"
elementType="C C C Cl Br"
x2="-8.458240000000002 -8.458240000000002 -7.124693333333335 -9.791973333333335 -7.124693333333335"
y2="-4.025093333333333 -5.565093333333334 -6.335093333333335 -3.255093333333334 -3.255093333333334"
/>
<bondArray>
<bond atomRefs2="a1 a5" order="1">
<bondStereo>W</bondStereo>
</bond>
<bond atomRefs2="a1 a4" order="1" />
<bond atomRefs2="a1 a2" order="1" />
<bond atomRefs2="a2 a3" order="1" />
</bondArray>
</molecule>
</MChemicalStruct>
</MDocument>
but if I paste in this one (the only difference is the lack of atom coordinates) the stereochemistry is lost.
<MDocument>
<MChemicalStruct>
<molecule molID="m1">
<atomArray
atomID="a1 a2 a3 a4 a5"
elementType="C C C Cl Br"
/>
<bondArray>
<bond atomRefs2="a1 a5" order="1">
<bondStereo>W</bondStereo>
</bond>
<bond atomRefs2="a1 a4" order="1" />
<bond atomRefs2="a1 a2" order="1" />
<bond atomRefs2="a2 a3" order="1" />
</bondArray>
</molecule>
</MChemicalStruct>
</MDocument>
This is with Marvin 3.5.8
Any ideas?
Tim