List view
Explain How it works and what it is for.
No due dateSee stub in /src/pydna/gateway.py 1. Look for gateway sites and cut all sequences at these sites. This will produce linear sequences. 2. create a graph sequences are nodes and edges indicate connections with other fragments. 3. trace circular paths through the graph.
No due dateSee stub in src/pydna/goldengate.py Input is a list of linear Dseqrecords and a list of enzymes. Screen all sequences for enzymes and pick the first that does not cut any sequence. Pick hinges with GoldenHinges (see stub) Digest and form a linear or circular molecule. https://edinburgh-genome-foundry.github.io/GoldenHinges
No due date- No due date•0/1 issues closed
Use colorama for the pydna.dseqrecord.Dseqrecord.figure() method instead of raw ANSI codes. As is, it probably does not work on windows. https://github.com/tartley/colorama https://github.com/erikrose/blessings
No due date