BjornFJohansson / pydna

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

Separating detection of cutsites from cutting #157

Closed manulera closed 9 months ago

manulera commented 1 year 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 1 year ago

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