[Rdkit-discuss] BEGINWEDGE and BEGINDASH
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: George O. <oa...@ho...> - 2009-06-08 16:51:56
|
Hi all,
I am trying to identify bond directions (BEGINWEDGE and BEGINDASH) for a molecule initially loaded from a SMILES string. E.g.
ROMol *pMol = SmilesToMol("N[C@](C)(F)C(=O)O");
int confId = RDDepict::compute2DCoords(*pMol);
const Conformer &conf = pMol->getConformer(pConfId);
RDKit::WedgeMolBonds(*pMol,&conf);
This seems to work, but, in the case of the SMILES above, WedgeMolBonds only finds a BEGINWEDGE bond between C and C. I would have expected a BEGINDASH bond between C and N as well.
I have problably missed something out or misunderstood chirality once again!
Any help would be greatly appreciated.
Many thanks,
George.
_________________________________________________________________
With Windows Live, you can organise, edit, and share your photos.
http://clk.atdmt.com/UKM/go/134665338/direct/01/ |