Display chiral label in images?

User 248fb9fe9c

27-08-2004 17:22:51

Hi,


Is there an image export option equivalent to the applet's chiralitySupport parameter? I'd like images generated from MOL files to show chirality labels.


Thanks, and have a good weekend everyone ;)

ChemAxon 7c2d26e5cf

31-08-2004 08:39:55

YoavShapira wrote:
Hi,


Is there an image export option equivalent to the applet's chiralitySupport parameter? I'd like images generated from MOL files to show chirality labels.


Thanks, and have a good weekend everyone ;)
There is no option in image export for setting the visibility of R/S labels. Now, I am checking how to solve this problem.

ChemAxon 7c2d26e5cf

31-08-2004 13:26:25

There is no way to display chirality labels in image export in the current Marvin release but we will implement this feature.

User 31c047fed8

20-11-2006 23:19:04

Hi,





I am wondering if this feature has been implemented yet? I am looking for a way to have generated PNG images contain a Chiral label if the molfile indicates that the compound has the MDL chiral flag set (i.e. if the 5th token of the counts line is set to 1).





Thank you for any help you can provide.

ChemAxon 7c2d26e5cf

21-11-2006 09:55:38

Code:
molconvert jpeg:chiral_selected chiral.mrv -o chiral.jpeg



See Image export options (chiral_off, chiral_selected, chiral_all).

User 31c047fed8

27-11-2006 22:03:49

Thank you. I also tried molecule.toBinFormat ("png:chiral_selected"), and that worked too. Thanks!