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

typos

parent 5265e795
No related branches found
No related tags found
No related merge requests found
...@@ -547,7 +547,7 @@ We also have to define which name correspond to which item:: ...@@ -547,7 +547,7 @@ We also have to define which name correspond to which item::
import collections import collections
RestrictEnzyme = collections.namedtuple("RestrictEnzyme", ("name", "comment", "sequence", "cut", "end")) RestrictEnzyme = collections.namedtuple("RestrictEnzyme", ("name", "comment", "sequence", "cut", "end"))
The we can use this new kind of tuple:: Then we can use this new kind of tuple::
ecor1 = RestrictEnzyme("EcoRI", "Ecoli restriction enzime I", "gaattc", 1, "sticky") ecor1 = RestrictEnzyme("EcoRI", "Ecoli restriction enzime I", "gaattc", 1, "sticky")
ecor5 = RestrictEnzyme("EcoRV", "Ecoli restriction enzime V", "gatatc", 3, "blunt") ecor5 = RestrictEnzyme("EcoRV", "Ecoli restriction enzime V", "gatatc", 3, "blunt")
......
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