Skip to content

Commit

Permalink
fix parameters in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
VGPReys committed Sep 20, 2024
1 parent 6af059e commit ff3e980
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
12 changes: 7 additions & 5 deletions examples/thirdparty/openmm/openmm-topoaa-flexref-test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ reference_fname = "data/1nx1_refe.pdb"
tolerance = 20
ambig_fname = "data/ambig.tbl"
# Define peptide as fully flexible
nfle2 = 2
fle_sta_2_1 = 1
fle_end_2_1 = 5
fle_sta_2_2 = 6
fle_end_2_2 = 11
nfle = 2
fle_sta_1 = 1
fle_end_1 = 5
fle_seg_1 = "B"
fle_sta_2 = 6
fle_end_2 = 11
fle_seg_2 = "B"
# Define automatically dihedral restraints
# for alpha and beta secondary structure elements
ssdihed = "alphabeta"
Expand Down
7 changes: 5 additions & 2 deletions src/haddock/modules/refinement/openmm/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@ iniseed:
max: 1000000
title: Simulation seed.
short: Set a pseudo-random seed for the simulation.
long: Set a pseudo-random seed for the simulation. This defines how the initial velocities are created, but has no effect on the randomicity of the solvation box.
long: Set a pseudo-random seed for the simulation. This defines how the
initial velocities are created, but has no effect on the randomicity
of the solvation box.
group: 'sampling'
explevel: easy

Expand All @@ -245,7 +247,8 @@ solv_equilibration:
type: boolean
title: Process the solvent equilibration phase.
short: Process the solvent equilibration phase.
long: Process the solvent equilibration phase. If 'true', the solvent will be equilibrated while constraining proteins positions to intial ones.
long: Process the solvent equilibration phase.
If 'true', the solvent will be equilibrated while constraining proteins positions to intial ones.
group: 'sampling'
explevel: easy

Expand Down

0 comments on commit ff3e980

Please sign in to comment.