-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Co-authored-by: roshan <“[email protected]”>
- Loading branch information
1 parent
5754952
commit f2469cc
Showing
14 changed files
with
229 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.8.4" | ||
__version__ = "0.8.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.