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
a72c57e9
Commit
a72c57e9
authored
3 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
lDDT: docu updates
parent
6279df8f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/mol/alg/doc/lddt.rst
+1
-1
1 addition, 1 deletion
modules/mol/alg/doc/lddt.rst
modules/mol/alg/doc/molalg.rst
+9
-2
9 additions, 2 deletions
modules/mol/alg/doc/molalg.rst
with
10 additions
and
3 deletions
modules/mol/alg/doc/lddt.rst
+
1
−
1
View file @
a72c57e9
...
...
@@ -7,7 +7,7 @@ lDDT
The executable that refers to
`Mariani et al. <https://dx.doi.org/10.1093/bioinformatics/btt473>`_
is considered deprecated. This documentation still exists for
reference but you should consider using the `compare-structures` action
reference but you should consider using the
`
`compare-structures`
`
action
(:ref:`ost-compare-structures`) which utilizes the latest lDDT implementation
that can deal with quaternary structures and compounds beyond the 20
standard proteinogenic amino acids.
...
...
This diff is collapsed.
Click to expand it.
modules/mol/alg/doc/molalg.rst
+
9
−
2
View file @
a72c57e9
...
...
@@ -16,6 +16,15 @@ Local Distance Test scores (lDDT, DRMSD)
proteinogenic amino acids. The old code is still available and documented
:doc:`here <lddt_deprecated>`.
.. note::
:class:`lddt.lDDTScorer` provides the raw Python API to compute lDDT but
stereochemistry checks as described in
`Mariani et al. <https://dx.doi.org/10.1093/bioinformatics/btt473>`_
must be done seperately. You may want to check out the
``compare-structures`` action (:ref:`ost-compare-structures`) to
compute lDDT with pre-processing and support for quaternary structures.
.. autoclass:: ost.mol.alg.lddt.lDDTScorer
:members:
...
...
@@ -25,8 +34,6 @@ Local Distance Test scores (lDDT, DRMSD)
.. autofunction:: ost.mol.alg.lddt.GetDefaultSymmetrySettings
.. function:: CheckStructure(ent, \
bond_table, \
angle_table, \
...
...
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