From 716af57840f3d1f36d25975beb48cc1f1e82b6ea Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Fri, 22 Sep 2017 14:52:32 +0200 Subject: [PATCH] Minor doc update --- loop/doc/structure_db.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loop/doc/structure_db.rst b/loop/doc/structure_db.rst index 33c307ef..631811ed 100644 --- a/loop/doc/structure_db.rst +++ b/loop/doc/structure_db.rst @@ -508,7 +508,7 @@ This example illustrates how to create a custom FragDB based on a StructureDB: :param c_stem: The C-stem :type c_stem: :class:`ost.mol.ResidueHandle` :param frag_size: Number of residues of the fragment - :type frag_size: :class:`float` + :type frag_size: :class:`int` :param extra_bins: Whether to extend the search to include fragments from *extra_bins* additional bins surrounding the bin given by the *n_stem* and *c_stem* geometry. If odd, we extend to -- GitLab