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
b43b2954
Commit
b43b2954
authored
12 years ago
by
Tobias Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
fix some typos in CopyResidue docu
parent
72cb7cad
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/conop/doc/aminoacid.rst
+13
-7
13 additions, 7 deletions
modules/conop/doc/aminoacid.rst
with
13 additions
and
7 deletions
modules/conop/doc/aminoacid.rst
+
13
−
7
View file @
b43b2954
...
@@ -69,7 +69,7 @@ Converter functions
...
@@ -69,7 +69,7 @@ Converter functions
Whether the set is empty, i.e. doesn't contain any amino acids.
Whether the set is empty, i.e. doesn't contain any amino acids.
Maping functions
Map
p
ing functions
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
The following functions help to convert one residue into another by reusing as
The following functions help to convert one residue into another by reusing as
...
@@ -79,11 +79,16 @@ to standard amino acids.
...
@@ -79,11 +79,16 @@ to standard amino acids.
.. function:: CopyResidue(src_res, dst_res, editor)
.. function:: CopyResidue(src_res, dst_res, editor)
Copies the atoms of ``src_res`` to ``dst_res`` using the residue names
of
Copies the atoms of ``src_res`` to ``dst_res`` using the residue names
as guide to decide which of the atoms should be copied. If ``src_res`` and
as guide to decide which of the atoms should be copied. If ``src_res`` and
``dst_res`` have the same name, or ``src_res`` is a modified version of
``dst_res`` have the same name, or ``src_res`` is a modified version of
``dst_res``, CopyConserved will be called, otherwise CopyNonConserved will
``dst_res`` (i.e. have the same single letter code), CopyConserved will be
be called.
called, otherwise CopyNonConserved will be called.
:param src_res: The source residue
:type src_res: :class:`~mol.ResidueHandle`
:param dst_res: The destination residue
:type dst_res: :class:`~mol.ResidueHandle`
:returns: true if the residue could be copied, false if not.
:returns: true if the residue could be copied, false if not.
...
@@ -93,13 +98,13 @@ to standard amino acids.
...
@@ -93,13 +98,13 @@ to standard amino acids.
amino acid of ``src_res`` (or ``src_res`` itself) are identical to ``dst_res``.
amino acid of ``src_res`` (or ``src_res`` itself) are identical to ``dst_res``.
If ``src_res`` and ``dst_res`` are identical, all heavy atoms are copied
If ``src_res`` and ``dst_res`` are identical, all heavy atoms are copied
``
to dst_res``. If ``src_res`` is a modified version of ``dst_res`` and the
to
``
dst_res``. If ``src_res`` is a modified version of ``dst_res`` and the
modification is a pure addition (e.g. the phosphate group of phosphoserine),
modification is a pure addition (e.g. the phosphate group of phosphoserine),
the modification is stripped off and all other heavy atoms are copied to
the modification is stripped off and all other heavy atoms are copied to
``dst_res``. If the modification is not a pure addition, only the backbone
``dst_res``. If the modification is not a pure addition, only the backbone
heavy atoms are copied to ``dst_res``.
heavy atoms are copied to ``dst_res``.
Additionally, the selenium atom of MSE is converted to sulphur.
Additionally, the selenium atom of
``
MSE
``
is converted to sulphur.
:param src_res: The source residue
:param src_res: The source residue
:type src_res: :class:`~mol.ResidueHandle`
:type src_res: :class:`~mol.ResidueHandle`
...
@@ -111,7 +116,8 @@ to standard amino acids.
...
@@ -111,7 +116,8 @@ to standard amino acids.
.. function:: CopyNonConserved(src_res, dst_res, editor)
.. function:: CopyNonConserved(src_res, dst_res, editor)
Copies the heavy backbone atoms of ``src_res`` to ``dst_res``.
Copies the heavy backbone atoms and Cbeta (except for ``GLY``) of ``src_res``
to ``dst_res``.
:param src_res: The source residue
:param src_res: The source residue
:type src_res: :class:`~mol.ResidueHandle`
:type src_res: :class:`~mol.ResidueHandle`
...
...
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