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): ...@@ -502,14 +502,14 @@ def _GetAlignmentsAsFasta(alignments):
def _ReadStructureFile(path, c_alpha_only=False, fault_tolerant=False, def _ReadStructureFile(path, c_alpha_only=False, fault_tolerant=False,
selection=""): selection=""):
"""Safely read structure file into OST entity. """Safely read structure file into OST entities (split by biounit).
The functin can read both PDB and mmCIF files.
The function can read both PDB and mmCIF files.
:param path: Path to the file. :param path: Path to the file.
:type path: :class:`str` :type path: :class:`str`
:returns: Entity :returns: list of entities
:rtype: :class:`~ost.mol.EntityHandle` :rtype: :class:`list` of :class:`~ost.mol.EntityHandle`
""" """
def _Select(entity): def _Select(entity):
......
...@@ -135,7 +135,7 @@ Local Distance Test scores (lDDT, DRMSD) ...@@ -135,7 +135,7 @@ Local Distance Test scores (lDDT, DRMSD)
This function calculates the Local Distance Difference Test, using the same 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 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. Angstroms.
The function only compares the input distance list to the first chain of the 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.
Please register or to comment