Skip to content
Snippets Groups Projects
Commit 7e3ea951 authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

fix numbering in input_output and Modules_and_Packages

parent 846ffc1d
No related branches found
No related tags found
No related merge requests found
.. sectnum:: .. sectnum::
:start: 10 :start: 9
.. _Input_Output: .. _Input_Output:
......
.. sectnum:: .. sectnum::
:start: 9 :start: 10
.. _Modules_and_Packages: .. _Modules_and_Packages:
...@@ -16,7 +16,7 @@ Exercise ...@@ -16,7 +16,7 @@ Exercise
Write a program that calculates the similarity of 2 RNA sequences. Write a program that calculates the similarity of 2 RNA sequences.
* To compute the simalirity you need to parse a file containing the :download:`similarity matrix <_static/data/similarity_matrix>`. * To compute the similarity you need to parse a file containing the :download:`similarity matrix <_static/data/similarity_matrix>`.
**Hint**: use the module containing the functions that handle a matrix from previous chapter. **Hint**: use the module containing the functions that handle a matrix from previous chapter.
put this matrix.py file in a directory named "my_python_lib" in your home or Desktop put this matrix.py file in a directory named "my_python_lib" in your home or Desktop
and import it in your current program (the similarity script must be placed elsewhere). and import it in your current program (the similarity script must be placed elsewhere).
......
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