Skip to content

Releases: PDBeurope/ccdutils

v0.8.6

30 Oct 16:33
618f680
Compare
Choose a tag to compare

What's Changed

  • Fix typos and formatting in README.md by @amorehead in #27
  • Resolves bugs in writing cif file and parity similarity calculation by @roshkjr in #28

New Contributors

Full Changelog: v0.8.5...v0.8.6

Release v0.8.5

24 May 08:44
f2469cc
Compare
Choose a tag to compare
PDBE-6878: Sort nodes of graph based on residue id and chain (#25)

* Improving depiction diagrams for dative bonds to metal (like HEM) (#19)

* Dative bonds to metals that break valency that than
charge adjustment

* ZERO order bond to metals that break valency
rather than charge adjustment.

ZERO order results in dotted line in depictions.

* Alter DATIVE bonds to ZERO order for diagrams as
this results in dotted lines in depictions but
keeps good angles in CPT diagram

DATIVE bonds to metals that break valency
rather than charge adjustment.

* sort nodes before assigning id to boundmolecule

* test for boundmolecule equivalence

* bumped up version

* correct alignment of atom names in PDB files

* formatting the file

* updated to use custom PDB writing instead of RDKit MolToPDBBlock

* removed MAN as its mapping is for soe reason missing from unichem API

* change bond type from dative to single for inchi calculation

* use inchi_from_mol from mol_tools for inchi calcualtion

* removed altering of bond type while exproting svg, as mol2D is is generated using dative bond and it is only used for depiction

* store mol instead of smiles in SubstructureMapping

* updated doc to use refactored SubstructureMapping model

* strip new line only. RDKit checks for the 3D label in column 21-22

* removed formal charge from PDB files

* alters bondtype from dative to zero for depiction

* linting and formatting

* added changes

* updated rdkit version

---------

Co-authored-by: Oliver Smart <osmart@users.noreply.github.com>
Co-authored-by: roshan <“rosh.k.j.r@gmail.com”>

v0.8.4

31 Oct 09:38
5754952
Compare
Choose a tag to compare

Returns non sanitised mol object if the sanitisation fails

Release v0.8.3

03 Oct 12:55
3c15c4e
Compare
Choose a tag to compare

Release v0.8.3

  • Added new UniChem resources

Resolves error in processing of CLC due to calling 'outfile_prefix' referenced before assignment in pdbechem pipeline

11 Sep 10:55
ad52113
Compare
Choose a tag to compare

v0.8.1

31 Aug 09:22
5879152
Compare
Choose a tag to compare

Resolves the issue with different codes in chem_comp_id in CIF files of PRDs. This release writes PRD code for PRDs in the chem_comp_id item in both standard (_pdbx) and enriched (_pdbe) data categories

v0.8.0

17 Jul 12:19
5c14352
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.8.0

v0.7.2

12 Apr 07:40
6fa779f
Compare
Choose a tag to compare

What's Changed

Bug Fix for issue #10 (Invalid CIF with quote strings instead of valid cif null values ? or .)