Skip to content

Commit

Permalink
Reduce the expertise level for ligands
Browse files Browse the repository at this point in the history
  • Loading branch information
VGPReys committed Sep 13, 2024
1 parent ffa0fe0 commit 699eb56
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/haddock/modules/refinement/emref/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ ligand_param_fname:
long: Ligand parameter file in CNS format containing all force field parameters
(bond, angles, dihedrals, impropers, van der waals) for any ligand not supported by default by HADDOCK
group: 'force field'
explevel: expert
explevel: easy
ligand_top_fname:
default: ''
type: file
Expand All @@ -1296,7 +1296,7 @@ ligand_top_fname:
long: Ligand topology file in CNS format containing the ligand topologies
(atoms, masses, charges, bond definitions...) for any ligand not supported by default by HADDOCK
group: 'force field'
explevel: expert
explevel: easy
elecflag:
default: true
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions src/haddock/modules/refinement/flexref/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ ligand_param_fname:
long: Ligand parameter file in CNS format containing all force field parameters
(bond, angles, dihedrals, impropers, van der waals) for any ligand not supported by default by HADDOCK
group: 'force field'
explevel: expert
explevel: easy
ligand_top_fname:
default: ''
type: file
Expand All @@ -1633,7 +1633,7 @@ ligand_top_fname:
long: Ligand topology file in CNS format containing the ligand topologies
(atoms, masses, charges, bond definitions...) for any ligand not supported by default by HADDOCK
group: 'force field'
explevel: expert
explevel: easy
elecflag:
default: true
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions src/haddock/modules/refinement/mdref/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ ligand_param_fname:
long: Ligand parameter file in CNS format containing all force field parameters
(bond, angles, dihedrals, impropers, van der waals) for any ligand not supported by default by HADDOCK
group: 'force field'
explevel: expert
explevel: easy
ligand_top_fname:
default: ''
type: file
Expand All @@ -1335,7 +1335,7 @@ ligand_top_fname:
long: Ligand topology file in CNS format containing the ligand topologies
(atoms, masses, charges, bond definitions...) for any ligand not supported by default by HADDOCK
group: 'force field'
explevel: expert
explevel: easy
elecflag:
default: true
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions src/haddock/modules/scoring/emscoring/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ ligand_param_fname:
long: Ligand parameter file in CNS format containing all force field parameters
(bond, angles, dihedrals, impropers, van der waals) for any ligand not supported by default by HADDOCK
group: 'force field'
explevel: expert
explevel: easy
ligand_top_fname:
default: ''
type: file
Expand All @@ -212,7 +212,7 @@ ligand_top_fname:
long: Ligand topology file in CNS format containing the ligand topologies
(atoms, masses, charges, bond definitions...) for any ligand not supported by default by HADDOCK
group: 'force field'
explevel: expert
explevel: easy
elecflag:
default: true
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions src/haddock/modules/scoring/mdscoring/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ ligand_param_fname:
long: Ligand parameter file in CNS format containing all force field parameters
(bond, angles, dihedrals, impropers, van der waals) for any ligand not supported by default by HADDOCK
group: 'force field'
explevel: expert
explevel: easy
ligand_top_fname:
default: ''
type: file
Expand All @@ -285,7 +285,7 @@ ligand_top_fname:
long: Ligand topology file in CNS format containing the ligand topologies
(atoms, masses, charges, bond definitions...) for any ligand not supported by default by HADDOCK
group: 'force field'
explevel: expert
explevel: easy
elecflag:
default: true
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions src/haddock/modules/topology/topoaa/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ligand_param_fname:
long: Ligand parameter file in CNS format containing all force field parameters
(bond, angles, dihedrals, impropers, van der waals) for any ligand not supported by default by HADDOCK
group: force field
explevel: expert
explevel: easy
ligand_top_fname:
default: ''
type: file
Expand All @@ -63,7 +63,7 @@ ligand_top_fname:
long: Ligand topology file in CNS format containing the ligand topologies
(atoms, masses, charges, bond definitions...) for any ligand not supported by default by HADDOCK
group: force field
explevel: expert
explevel: easy
limit:
default: true
type: boolean
Expand Down

0 comments on commit 699eb56

Please sign in to comment.