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

namedtuple => tuple in examples

parent c06a126c
No related branches found
No related tags found
No related merge requests found
Pipeline #57949 passed
...@@ -145,9 +145,6 @@ Exercise ...@@ -145,9 +145,6 @@ Exercise
search all positions of Ecor1 binding sites in dna_1 search all positions of Ecor1 binding sites in dna_1
:: ::
import collections
RestrictEnzyme = collections.namedtuple("RestrictEnzyme", "name comment sequence cut end")
ecor1 = ("EcoRI", "Ecoli restriction enzime I", "gaattc", 1, "sticky") ecor1 = ("EcoRI", "Ecoli restriction enzime I", "gaattc", 1, "sticky")
......
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