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
cee6d09c
Commit
cee6d09c
authored
8 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
Doc update - Copy functions for sequences.
parent
bffa1ffc
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/seq/base/doc/seq.rst
+7
-1
7 additions, 1 deletion
modules/seq/base/doc/seq.rst
with
7 additions
and
1 deletion
modules/seq/base/doc/seq.rst
+
7
−
1
View file @
cee6d09c
...
...
@@ -219,6 +219,11 @@ The SequenceHandle
:return: The sequence as a string.
.. method:: Copy()
Create a deep copy of the sequence. The newly created sequence has the same
attached view (not a deep copy of the view!).
.. function:: SequenceFromChain(name, chain)
:return: Sequence extracted from one letter codes in given *chain* with a
...
...
@@ -390,7 +395,8 @@ an alignment:
.. method:: Copy()
Create a deep copy of the alignment
Create a deep copy of the alignment by copying each contained sequence
(see :meth:`SequenceHandle.Copy`)
.. method:: GetPos(seq_index, res_index)
...
...
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