MMatlock - 2016-10-18

On futher contemplation, it appears that openbabel at first thinks the adjacent ring to the triazole is also aromatic, which I don't believe is true. This occurs when loading the SDF.

>>> sulfur, = [a for a in M1.atoms if a.atomicnum==16]
>>> print sulfur.OBAtom.IsAromatic()
True

You'll notice the output smiles incorrectly shows lower-case aromatic notation on the thiazole ring.

>>> M1.write('smi')
Clc1c(c2n3c(=O)/c(=C/c4ccc(N(CC)CC)cc4)/sc3nn2)cccc1 2185720