Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
IP – Do we really need to know aromaticity of atoms and bonds?
JW – I don’t think so – We should be able to DERIVE the aromaticity of atoms and bonds if we know the bond orders and formal charges.
IP – I’ve cleaned up the from_pdb method to mostly use offmols and not rdmols.
JW – This looks great.
JW – I added a peptide bond smarts to the _patch_known_problems method.
JW – I fixed a bug that was causing the substructure libraries to get really large (the recursive leaving-atom function was never resetting its list of return values between amino acids, so it just kept getting bigger - This is fixed now)
IP – I’ve consolidated the loading-from-pdb tests into a new test class
JW – I will add additional loading-from-PDB tests, and figure out what’s wrong with our t4 test.