Re: [Rdkit-discuss] Plotting values next to atoms

2018-11-09 Thread John Mayfield
Well since someone suggested hacking B factors and using Pymol... not using RDKit but CCCOCC |$_AV:;;;3.14$| AV=Atom Value, round tripped through MOLfile and ChemAxon extended SMILES. [image: image.png] Live Depiction: https://www.simolecule.com/cdkdepict/depict/bow/svg?smi=CCCOCC%20%7C%24_AV%3

Re: [Rdkit-discuss] [ext] online sdf to mol2 converter

2018-09-24 Thread John Mayfield
The joy of aromaticity models. Via Noel if you're running the (dev/master) version of OpenBabel you can specify *-aa* to take the aromaticity from the input. For example >obabel -:o11 -omol2 -aa > @MOLECULE > * > 5 5 0 0 0 > SMALL > GASTEIGER > @ATOM > 1 O 0.0.

Re: [Rdkit-discuss] bad inchi or parsing problem?

2017-09-14 Thread John Mayfield
InChI is an identifier and not a representation, you should not read InChIs... but we are beyond hope there so... The InChI string is correct and is the same if you roundtrip your preferred one with charge separated bonds and the 5 valent one. All toolkits will use the InChI library to read/write

Re: [Rdkit-discuss] Question about WedgeMolBonds

2017-02-25 Thread John Mayfield
> > Is there something that the compute2DCoords() is doing that makes it a > dependency for WedgeMolBonds() Yes, calculating 2D coordinates. Look at these two molecules, they are the same but the atoms have been positioned differently in 2D and hence the wedging needs to be different. Therefore y