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
08528947
Commit
08528947
authored
14 years ago
by
Marco Biasini
Browse files
Options
Downloads
Patches
Plain Diff
document some more properties
parent
7c5ce060
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
modules/index.rst
+2
-2
2 additions, 2 deletions
modules/index.rst
modules/mol/base/doc/entity.rst
+8
-1
8 additions, 1 deletion
modules/mol/base/doc/entity.rst
modules/mol/base/doc/query.rst
+4
-0
4 additions, 0 deletions
modules/mol/base/doc/query.rst
with
14 additions
and
3 deletions
modules/index.rst
+
2
−
2
View file @
08528947
...
...
@@ -28,7 +28,7 @@ For Starters
**Installation**: `install from binary <http://www.openstructure.org/download/>`_ | :doc:`install from source <install>`
**Tutorial Style**: :doc:`introduction <intro>` | :doc:`molecules intro <intro-01>` | :doc:`images intro <intro-02>` | :doc:`graphics intro <intro-03>`
**Tutorial Style**: :doc:`introduction <intro>` | :doc:`molecules intro <intro-01>` | :doc:`images intro <intro-02>` | :doc:`graphics intro <intro-03>`
...
...
@@ -36,7 +36,7 @@ For Starters
Molecules
--------------------------------------------------------------------------------
**Overview**: :doc:`molecules intro <intro-01>` | :doc:`mol overview <mol/base/mol>` | :doc:`graphical entity<gfx/entity>` | :doc:`entity <mol/base/entity>`
**Overview**: :doc:`molecules intro <intro-01>` | :doc:`mol overview <mol/base/mol>` | :doc:`graphical entity<gfx/entity>` | :doc:`entity <mol/base/entity>`
| :doc:`queries <mol/base/query>`
**Input/Output**: :ref:`loading and saving molecules <mol-io>`
...
...
This diff is collapsed.
Click to expand it.
modules/mol/base/doc/entity.rst
+
8
−
1
View file @
08528947
...
...
@@ -500,7 +500,14 @@ The Handle Classes
.. attribute:: sec_structure
The secondary structure of the residue.
.. attribute:: is_ligand
Whether the residue is a ligand. When loading PDB structures, this property
is set based on the HET records. This also means, that this property will
most likely not be set properly for all except PDB files coming from
pdb.org.
.. method:: FindAtom(atom_name)
Get atom by atom name. See also :attr:`atoms`
...
...
This diff is collapsed.
Click to expand it.
modules/mol/base/doc/query.rst
+
4
−
0
View file @
08528947
...
...
@@ -197,6 +197,10 @@ index is the same for views and handles.
**rbfac** (float): average B (temperature) factor of residue
**ligand** (bool) Whether the residue is a ligand. For official PDB files, the ligand property is set based on HET records.
**water** (bool) Whether the residue is water.
Properties of Atoms
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
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