Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
24e0c211
Commit
24e0c211
authored
5 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
document supported ranges for mol.ResNum
parent
2fc2d258
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/mol/base/doc/entity.rst
+5
-1
5 additions, 1 deletion
modules/mol/base/doc/entity.rst
with
5 additions
and
1 deletion
modules/mol/base/doc/entity.rst
+
5
−
1
View file @
24e0c211
...
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment