From 24e0c211ea03f4d388df3dfae2f4f66155548423 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Thu, 16 May 2019 14:53:29 +0200 Subject: [PATCH] document supported ranges for mol.ResNum --- modules/mol/base/doc/entity.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index 4d9f7733d..8c2591684 100644 --- a/modules/mol/base/doc/entity.rst +++ b/modules/mol/base/doc/entity.rst @@ -1870,7 +1870,11 @@ Residue Numbering Number for a residue. The residue number has a numeric part and an (optional) insertion-code. You can work with this object as if it was an integer and comparison will look first at the numeric part and then the insertion-code. - All access to existing objects is read-only. + All access to existing objects is read-only. Openstructure supports a range + of (-8388608 to 8388607) for the numeric part. However, the PDB format only + supports a range of (-999, 9999). This becomes relevant when a structure is + saved in PDB format where an IOException is raised if the PDB range is not + respected. :param num: Numeric part of residue number. :type num: :class:`int` -- GitLab