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
70fb4c4b
Commit
70fb4c4b
authored
14 years ago
by
Marco Biasini
Browse files
Options
Downloads
Patches
Plain Diff
fix documentation for SaveSequence and friends
parent
cda3b69a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/io/doc/io.rst
+3
-3
3 additions, 3 deletions
modules/io/doc/io.rst
with
3 additions
and
3 deletions
modules/io/doc/io.rst
+
3
−
3
View file @
70fb4c4b
...
...
@@ -168,7 +168,7 @@ Loading sequence or alignment files
Saving Sequence Data
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. function:: SaveSequence(filename, format='auto')
.. function:: SaveSequence(
sequence,
filename, format='auto')
Saving sequence data is performed by calling :func:`SaveSequence`.
For files with non-standard extensions, the format can be set explicitly
...
...
@@ -193,13 +193,13 @@ Saving Sequence Data
:exc:`~ost.io.IOException` if the import fails due to an erroneous or
inexistent file
.. function:: SaveSequenceList(filename, format='auto')
.. function:: SaveSequenceList(
seq_list,
filename, format='auto')
For a desription of how to use :func:`SaveSequenceList` please refer to
:func:`SaveSequence`. For a list of file formats supported by
:func:`SaveSequenceList` see :doc:`formats`.
.. function:: SaveAlignment(filename, format='auto')
.. function:: SaveAlignment(
aln,
filename, format='auto')
For a desription of how to use :func:`SaveAlignment` please refer to
:func:`SaveSequence`.
...
...
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