Skip to content
Snippets Groups Projects
Commit cee6d09c authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Doc update - Copy functions for sequences.

parent bffa1ffc
No related branches found
No related tags found
No related merge requests found
...@@ -219,6 +219,11 @@ The SequenceHandle ...@@ -219,6 +219,11 @@ The SequenceHandle
:return: The sequence as a string. :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) .. function:: SequenceFromChain(name, chain)
:return: Sequence extracted from one letter codes in given *chain* with a :return: Sequence extracted from one letter codes in given *chain* with a
...@@ -390,7 +395,8 @@ an alignment: ...@@ -390,7 +395,8 @@ an alignment:
.. method:: Copy() .. 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) .. method:: GetPos(seq_index, res_index)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment