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

Circular option in assembly_fragments #270

Closed manulera closed 1 month ago

manulera commented 1 month ago

cc @BjornFJohansson @hiyama341

I know you can include the same sequence twice at the start and the end, and then rearrange the primers like in this example, but I think it would be good if there was an option circular by defect false to make the circular primers from the beginning. This would be useful for #269

BjornFJohansson commented 1 month ago

This works, see #288