Skip to content
Snippets Groups Projects
Commit a2a86ae2 authored by Bienchen's avatar Bienchen
Browse files

Improve documentation

parent 422bd6ea
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
lDDT lDDT
====== ======
------------ -------------------------------------
Where can I find the lDDT executable? Where can I find the lDDT executable?
------------ -------------------------------------
The lDDT executable can be found at <YOUR-OST-STAGE-DIR>/bin/ The lDDT executable can be found at <YOUR-OST-STAGE-DIR>/bin/
...@@ -179,4 +179,4 @@ For example: ...@@ -179,4 +179,4 @@ For example:
lddt -v 1 -f -p stereo_chemical_params.txt mdl1.pdb ref.pdb lddt -v 1 -f -p stereo_chemical_params.txt mdl1.pdb ref.pdb
WARNING: Verbosity levels 1 and 2 can generate a large amount of output text, WARNING: Verbosity levels 1 and 2 can generate a large amount of output text,
especially with large structures and multiple models being evaluated. especially with large structures and multiple models being evaluated.
\ No newline at end of file
...@@ -98,7 +98,8 @@ The SequenceHandle ...@@ -98,7 +98,8 @@ The SequenceHandle
Get residue index of character at given position. This method is the Get residue index of character at given position. This method is the
inverse of :meth:`GetPos`. If the sequence contains a gap at that position, inverse of :meth:`GetPos`. If the sequence contains a gap at that position,
an :exc:`Error` is raised. an :exc:`Error` is raised. Admires the
:ref:`sequence offset <sequence-offset>`.
.. code-block:: python .. code-block:: python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment