Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guide/cli/cli_yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This settings file has a series of sections for customising the different algori
For example, the settings file which re-specifies the default behaviour would look like ::

network:
method: plan_minimal_spanning_tree
method: generate_minimal_spanning_network
mapper:
method: LomapAtomMapper
settings:
Expand All @@ -29,7 +29,7 @@ All sections of the file ``network:``, ``mapper:`` and ``partial_charge:`` are

The settings YAML file is then provided to the ``-s`` option of ``openfe plan-rbfe-network``: ::

openfe plan-rbfe-network -M molecules.sdf -P protein.pdb -s settings.yaml
openfe plan-rbfe-network -M molecules.sdf -p protein.pdb -s settings.yaml

Customising the atom mapper
---------------------------
Expand Down
Loading