Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.
166
stars
45
forks
source link
Separating detection of cutsites from cutting #157
Closed
manulera closed 9 months ago
Hi @BjornFJohansson, we discussed this in our call.
The idea would be to separate the
cut
functionality inDseqrecord
into two separate functions:All this keeping the functionality of
.cut
the same.