From c3da198093212f07a0a0f09bce45b05600796432 Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Wed, 3 Oct 2018 11:26:05 +0200 Subject: [PATCH] Doc fixes. --- actions/ost-compare-structures | 10 +++++----- modules/mol/alg/doc/molalg.rst | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/actions/ost-compare-structures b/actions/ost-compare-structures index 86ab664e9..6b9584288 100644 --- a/actions/ost-compare-structures +++ b/actions/ost-compare-structures @@ -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): diff --git a/modules/mol/alg/doc/molalg.rst b/modules/mol/alg/doc/molalg.rst index 4636a4ce4..a96f62fd7 100644 --- a/modules/mol/alg/doc/molalg.rst +++ b/modules/mol/alg/doc/molalg.rst @@ -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 -- GitLab