Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
91f459c0
Verified
Commit
91f459c0
authored
1 year ago
by
Xavier Robin
Browse files
Options
Downloads
Patches
Plain Diff
doc: update ost compare-ligand-structure action
parent
ec18f0df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/doc/actions.rst
+33
-18
33 additions, 18 deletions
modules/doc/actions.rst
with
33 additions
and
18 deletions
modules/doc/actions.rst
+
33
−
18
View file @
91f459c0
...
...
@@ -295,15 +295,14 @@ Details on the usage (output of ``ost compare-ligand-structures --help``):
.. code-block:: console
usage: ost compare-ligand-structures [-h] -m MODEL [-ml [MODEL_LIGANDS ...]]
-r REFERENCE
[-rl [REFERENCE_LIGANDS ...]]
[-o OUTPUT] [-mf {pdb,mmcif,cif}]
[-rf {pdb,mmcif,cif}] [-ft] [-rna] [-ec]
[-sm] [--lddt-pli] [--rmsd]
[--radius RADIUS]
[--lddt-pli-radius LDDT_PLI_RADIUS]
[--lddt-bs-radius LDDT_BS_RADIUS]
[-v VERBOSITY]
-r REFERENCE [-rl [REFERENCE_LIGANDS ...]]
[-o OUTPUT] [-mf {pdb,mmcif,cif}]
[-rf {pdb,mmcif,cif}] [-ft] [-rna] [-ec] [-sm]
[-gcm] [-c CHAIN_MAPPING [CHAIN_MAPPING ...]]
[-ra] [--lddt-pli] [--rmsd] [--radius RADIUS]
[--lddt-pli-radius LDDT_PLI_RADIUS]
[--lddt-lp-radius LDDT_LP_RADIUS]
[-v VERBOSITY] [--n-max-naive N_MAX_NAIVE]
Evaluate model with non-polymer/small molecule ligands against reference.
...
...
@@ -342,19 +341,19 @@ Details on the usage (output of ``ost compare-ligand-structures --help``):
* "model_ligands": A list of ligands in the model. If ligands were provided
explicitly with --model-ligands, elements of the list will be the paths to
the ligand SDF file(s). Otherwise, they will be the chain name
and
residue
number of the ligand, separated by a dot.
the ligand SDF file(s). Otherwise, they will be the chain name
,
residue
number
and insertion code
of the ligand, separated by a dot.
* "reference_ligands": A list of ligands in the reference. If ligands were
provided explicitly with --reference-ligands, elements of the list will be
the paths to the ligand SDF file(s). Otherwise, they will be the chain name
and
residue number of the ligand, separated by a dot.
the paths to the ligand SDF file(s). Otherwise, they will be the chain name
,
residue number
and insertion code
of the ligand, separated by a dot.
* "status": SUCCESS if everything ran through. In case of failure, the only
content of the JSON output will be "status" set to FAILURE and an
additional key: "traceback".
Each score is opt-in and, be enabled with optional arguments and is added
to the output. Keys correspond to the values in "model_ligands" above.
Only assigned mapped ligands are reported.
Only assigned
(
mapped
)
ligands are reported.
options:
-h, --help show this help message and exit
...
...
@@ -396,17 +395,33 @@ Details on the usage (output of ``ost compare-ligand-structures --help``):
the selected mapping are reported.
-sm, --substructure-match
Allow incomplete target ligands.
-gcm, --global-chain-mapping
Use a global chain mapping.
-c CHAIN_MAPPING [CHAIN_MAPPING ...],
--chain-mapping CHAIN_MAPPING [CHAIN_MAPPING ...]
Custom mapping of chains between the reference and
the model. Each separate mapping consist of key:value
pairs where key is the chain name in reference and
value is the chain name in model. Only has an effect
if global-chain-mapping flag is set.
-ra, --rmsd-assignment
Use RMSD for ligand assignment.
--lddt-pli Compute lDDT-PLI score and store as key "lddt-pli".
--rmsd Compute RMSD score and store as key "rmsd".
--radius RADIUS Inclusion radius for the binding site. Any residue
with atoms within this distance of the ligand will
be
included in the binding site.
with atoms within this distance of the ligand will
be
included in the binding site.
--lddt-pli-radius LDDT_PLI_RADIUS
lDDT inclusion radius for lDDT-PLI.
--lddt-
bs
-radius LDDT_
BS
_RADIUS
lDDT inclusion radius for lDDT-
BS
.
--lddt-
lp
-radius LDDT_
LP
_RADIUS
lDDT inclusion radius for lDDT-
LP
.
-v VERBOSITY, --verbosity VERBOSITY
Set verbosity level. Defaults to 3 (INFO).
--n-max-naive N_MAX_NAIVE
If number of chains in model and reference are
below or equal that number, the global chain
mapping will naively enumerate all possible
mappings. A heuristic is used otherwise.
Additional information about the scores and output values is available in
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment