Skip to content

Commit

Permalink
Update docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Dec 11, 2023
1 parent c6a271b commit 68e5cb6
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 deletions.
7 changes: 5 additions & 2 deletions python/BioSimSpace/Parameters/_Protocol/_amber.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,11 @@ def __init__(
water models.
custom_parameters: [str]
A list of paths to custom parameter files. When this option is set,
we can no longer fall back on GROMACS's pdb2gmx.
A list of paths to custom parameter files. These can be user-defined
parameter files files that are loaded with loadAmberParams, or the names
of additional internal leaprc scripts, which will be sourced, e.g.
'leaprc.gaff'. When this option is set, we can no longer fall back on
GROMACS's pdb2gmx.
leap_commands : [str]
An optional list of extra commands for the LEaP program. These
Expand Down
14 changes: 10 additions & 4 deletions python/BioSimSpace/Parameters/_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,11 @@ def _parameterise_amber_protein(
molecules.
custom_parameters: [str]
A list of paths to custom parameter files. When this option is set,
we can no longer fall back on GROMACS's pdb2gmx.
A list of paths to custom parameter files. These can be user-defined
parameter files files that are loaded with loadAmberParams, or the names
of additional internal leaprc scripts, which will be sourced, e.g.
'leaprc.gaff'. When this option is set, we can no longer fall back on
GROMACS's pdb2gmx.
leap_commands : [str]
An optional list of extra commands for the LEaP program. These
Expand Down Expand Up @@ -1018,8 +1021,11 @@ def _function(
molecules.
custom_parameters: [str]
A list of paths to custom parameter files. When this option is set,
we can no longer fall back on GROMACS's pdb2gmx.
A list of paths to custom parameter files. These can be user-defined
parameter files files that are loaded with loadAmberParams, or the names
of additional internal leaprc scripts, which will be sourced, e.g.
'leaprc.gaff'. When this option is set, we can no longer fall back on
GROMACS's pdb2gmx.
leap_commands : [str]
An optional list of extra commands for the LEaP program. These
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,11 @@ def __init__(
water models.
custom_parameters: [str]
A list of paths to custom parameter files. When this option is set,
we can no longer fall back on GROMACS's pdb2gmx.
A list of paths to custom parameter files. These can be user-defined
parameter files files that are loaded with loadAmberParams, or the names
of additional internal leaprc scripts, which will be sourced, e.g.
'leaprc.gaff'. When this option is set, we can no longer fall back on
GROMACS's pdb2gmx.
leap_commands : [str]
An optional list of extra commands for the LEaP program. These
Expand Down
14 changes: 10 additions & 4 deletions python/BioSimSpace/Sandpit/Exscientia/Parameters/_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,11 @@ def _parameterise_amber_protein(
molecules.
custom_parameters: [str]
A list of paths to custom parameter files. When this option is set,
we can no longer fall back on GROMACS's pdb2gmx.
A list of paths to custom parameter files. These can be user-defined
parameter files files that are loaded with loadAmberParams, or the names
of additional internal leaprc scripts, which will be sourced, e.g.
'leaprc.gaff'. When this option is set, we can no longer fall back on
GROMACS's pdb2gmx.
leap_commands : [str]
An optional list of extra commands for the LEaP program. These
Expand Down Expand Up @@ -1018,8 +1021,11 @@ def _function(
molecules.
custom_parameters: [str]
A list of paths to custom parameter files. When this option is set,
we can no longer fall back on GROMACS's pdb2gmx.
A list of paths to custom parameter files. These can be user-defined
parameter files files that are loaded with loadAmberParams, or the names
of additional internal leaprc scripts, which will be sourced, e.g.
'leaprc.gaff'. When this option is set, we can no longer fall back on
GROMACS's pdb2gmx.
leap_commands : [str]
An optional list of extra commands for the LEaP program. These
Expand Down

0 comments on commit 68e5cb6

Please sign in to comment.