Skip to content
Snippets Groups Projects
Commit c3da1980 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Doc fixes.

parent cfe7f18f
No related branches found
No related tags found
No related merge requests found
......@@ -502,14 +502,14 @@ def _GetAlignmentsAsFasta(alignments):
def _ReadStructureFile(path, c_alpha_only=False, fault_tolerant=False,
selection=""):
"""Safely read structure file into OST entity.
The functin can read both PDB and mmCIF files.
"""Safely read structure file into OST entities (split by biounit).
The function can read both PDB and mmCIF files.
:param path: Path to the file.
:type path: :class:`str`
:returns: Entity
:rtype: :class:`~ost.mol.EntityHandle`
:returns: list of entities
:rtype: :class:`list` of :class:`~ost.mol.EntityHandle`
"""
def _Select(entity):
......
......@@ -135,7 +135,7 @@ Local Distance Test scores (lDDT, DRMSD)
This function calculates the Local Distance Difference Test, using the same
threshold values as the GDT-HA test (the default set of thresholds used for
the lDTT score) (See previous functions). The thresholds are 0.5, 1, 2, and 4
the lDDT score) (See previous functions). The thresholds are 0.5, 1, 2, and 4
Angstroms.
The function only compares the input distance list to the first chain of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment