Skip to content
Snippets Groups Projects
Commit 01bf820c authored by Studer Gabriel's avatar Studer Gabriel
Browse files

bugfix

parent 37aab3a0
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,7 @@ def GetClashes(ent, vdw_radii = None, tolerance = 1.5, disulfid_dist = 2.03,
clash_ent = ent.Select("gaclash_check:0=1")
max_radius = max(vdw_radii.values())
max_radius = max(max_radius, disulfid_dist)
max_radius = max(max_radius, 0.5*disulfid_dist)
min_tolerance = min(tolerance, disulfid_tolerance)
radius = 2*max_radius-min_tolerance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment