Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub-courses
python_one_week_4_biologists_solutions
Commits
46c497e2
Commit
46c497e2
authored
Mar 19, 2019
by
Blaise Li
Browse files
Correct path to script.
parent
6fd6a91f
Pipeline
#10533
passed with stages
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
source/Object_Oriented_Programming.rst
View file @
46c497e2
...
...
@@ -116,6 +116,9 @@ A tutorial is available https://biopython.org/wiki/SeqIO ::
print("sequence =", sv40_rcd.seq)
Other example of usage of ``SeqIO``: :download:`seq_io.py <_static/code/seq_io.py>`
Exercise
--------
...
...
@@ -228,4 +231,4 @@ What is the benefit to use oop style instead of procedural style?
:linenos:
:language: python
:download:`fasta_object.py <_static/code/fasta_object.py>` .
\ No newline at end of file
:download:`fasta_object.py <_static/code/fasta_object.py>` .
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment