On Mon, Dec 19, 2016 at 1:00 AM, Paolo Tosco <paolo.to...@unito.it> wrote:

>
> It looks like allHsExplicit=True prevents SMILES chirality specifications
> from being output:
>


In [8]: m = Chem.MolFromSmiles('C[C@H](F)(Cl)')

In [9]: Chem.MolToSmiles(m,isomericSmiles=True,allHsExplicit=True)
Out[9]: '[CH3][CH]([F])[Cl]'

Ouch! Yeah, that's a bug.
https://github.com/rdkit/rdkit/issues/1219

-greg
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to