From efe327306685c6efab5920a7e136f8ced7a13ee7 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Thu, 12 Apr 2012 11:26:41 +0200 Subject: [PATCH] Mentioned use of '*****' instead of 100000 for atom numbers in documentation. Signed-off-by: Stefan Bienert <stefan.bienert@unibas.ch> --- modules/io/pymod/__init__.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/io/pymod/__init__.py b/modules/io/pymod/__init__.py index 4f5c986de..5654e22a5 100644 --- a/modules/io/pymod/__init__.py +++ b/modules/io/pymod/__init__.py @@ -192,10 +192,12 @@ def LoadPDB(filename, restrict_chains="", no_hetatms=None, def SavePDB(models, filename, dialect=None, pqr=False, profile='DEFAULT'): """ - Save entity or list of entities to disk. If a list of entities is supplied the - PDB file will be saved as a multi PDB file. Each of the entities is wrapped - into a MODEL/ENDMDL pair. - + Save entity or list of entities to disk. If a list of entities is supplied + the PDB file will be saved as a multi PDB file. Each of the entities is + wrapped into a MODEL/ENDMDL pair. + + If the atom number exceeds 99999, '*****' is used. + :param models: The entity or list of entities (handles or views) to be saved :param filename: The filename :type filename: string -- GitLab