Skip to content
Snippets Groups Projects
Commit 46c497e2 authored by Blaise Li's avatar Blaise Li
Browse files

Correct path to script.

parent 6fd6a91f
No related branches found
No related tags found
No related merge requests found
Pipeline #10533 passed
...@@ -116,6 +116,9 @@ A tutorial is available https://biopython.org/wiki/SeqIO :: ...@@ -116,6 +116,9 @@ A tutorial is available https://biopython.org/wiki/SeqIO ::
print("sequence =", sv40_rcd.seq) print("sequence =", sv40_rcd.seq)
Other example of usage of ``SeqIO``: :download:`seq_io.py <_static/code/seq_io.py>`
Exercise Exercise
-------- --------
...@@ -228,4 +231,4 @@ What is the benefit to use oop style instead of procedural style? ...@@ -228,4 +231,4 @@ What is the benefit to use oop style instead of procedural style?
:linenos: :linenos:
:language: python :language: python
:download:`fasta_object.py <_static/code/fasta_object.py>` . :download:`fasta_object.py <_static/code/fasta_object.py>` .
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment