Skip to content
Snippets Groups Projects
Commit 5b6da8c8 authored by Bienchen's avatar Bienchen
Browse files

SCHWED-4612: Remove use of deprecated function.

parent d0796500
No related branches found
No related tags found
No related merge requests found
...@@ -404,7 +404,7 @@ def _PDBize(biounit, asu, seqres=None, min_polymer_size=10, ...@@ -404,7 +404,7 @@ def _PDBize(biounit, asu, seqres=None, min_polymer_size=10,
pdbizer.Add(assu, trans_matrices, ss) pdbizer.Add(assu, trans_matrices, ss)
pdb_bu = pdbizer.Finish(transformation) pdb_bu = pdbizer.Finish(transformation)
if transformation: if transformation:
return pdb_bu, pdb_bu.GetTransformationMatrix() return pdb_bu, pdb_bu.GetTransform().GetMatrix()
return pdb_bu return pdb_bu
MMCifInfoBioUnit.PDBize = _PDBize MMCifInfoBioUnit.PDBize = _PDBize
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment