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

fix the lines to display for restriction enzyme exercises

parent 559456bb
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ Exercise
.. literalinclude:: _static/code/restriction.py
:linenos:
:lines: 1-8
:lines: 1-13
:language: python
* improve the previous function to return all positions of binding sites
......@@ -116,7 +116,7 @@ Exercise
.. literalinclude:: _static/code/restriction.py
:linenos:
:lines: 9-16
:lines: 13-25
:language: python
**pseudocode of second algorithm**
......@@ -133,7 +133,7 @@ Exercise
.. literalinclude:: _static/code/restriction.py
:linenos:
:lines: 19-25
:lines: 25-36
:language: python
......@@ -170,7 +170,7 @@ in bonus we can try to sort the list in the order of the position of the binding
.. literalinclude:: _static/code/restriction.py
:linenos:
:lines: 27-
:lines: 37-
:language: python
::
......
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