Skip to content
Snippets Groups Projects
Commit efe32730 authored by Bienchen's avatar Bienchen
Browse files

Mentioned use of '*****' instead of 100000 for atom numbers in documentation.

parent 7b1a1a42
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment