BjornFJohansson / pydna

Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.
Other
164 stars 43 forks source link

Separating detection of cutsites from cutting #157

Closed manulera closed 8 months ago

manulera commented 10 months ago

Hi @BjornFJohansson, we discussed this in our call.

The idea would be to separate the cut functionality in Dseqrecord into two separate functions:

All this keeping the functionality of .cut the same.

BjornFJohansson commented 10 months ago

That could be a good idea! I realized today that I would have liked that myself.