Skip to content

Commit 17c40f9

Browse files
committed
Merge branch 'randorien' of https://github.com/haddocking/haddock3 into randorien
2 parents 9e7171b + 2fd4b13 commit 17c40f9

5 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
- 2026-04-14: Implemented separate control of separation and randome rotations of molecules - Issue #1491
4+
- 2026-04-14: Increase max number of timesteps in openmm module - BioExcel forum 6072
45
- 2026-04-12: Add possibility to run MD (mdref, mdscoring) without solvent - Issue #1512
56
- 2026-04-10: Corrected the definition of ion restraints in flexref - Issue #1510
67
- 2026-04-10: Removing analysis modules downstream when restarting - Issue #1495

examples/docking-protein-ligand-centered/docking-protein-ligand-centered-test.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ autohis = true
2121
[rigidbody]
2222
sampling = 5
2323
tolerance = 20
24+
# Setting the `separate` parameter to false to keep the ligand in the binding site
2425
separate = false
2526
randrot = true
2627
ambig_fname = "./data/ambig_active.tbl"

examples/docking-protein-ligand-centered/docking-protein-ligand-centered.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ delenph = false
2020
[rigidbody]
2121
sampling = 1000
2222
tolerance = 5
23+
# Setting the `separate` parameter to false to keep the ligand in the binding site
2324
separate = false
2425
randrot = true
2526
ambig_fname = "./data/ambig_active.tbl"

src/haddock/modules/refinement/openmm/defaults.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ equilibration_timesteps:
137137
simulation_timesteps:
138138
default: 2000
139139
type: integer
140-
min: 0
141-
max: 1000000
140+
min: 0
141+
max: 10000000
142142
title: Simulation timesteps.
143143
short: Simulation timesteps performed during the simulation.
144144
long: Simulation timesteps performed during the simulation.

src/haddock/modules/sampling/rigidbody/defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ separate:
856856
title: Separate molecules
857857
short: Translate molecules to separate them
858858
long: Translate molecules to separate them ensuring a minimum distance
859-
that allows rotation without clashes
859+
that allows rotations (controlled by the randrot parameter) without clashes
860860
group: 'sampling'
861861
explevel: easy
862862
randrot:

0 commit comments

Comments
 (0)