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

What's the purpose of maxlink #264

Closed manulera closed 1 month ago

manulera commented 2 months ago

Hi @BjornFJohansson @hiyama341

I am working with assembly_fragments, and I am not sure what the purpose of the maxlink is. Any help with that?

BjornFJohansson commented 1 month ago

Fragments shorter or equal to maxling will be incorporated into the assembly by adding the sequence to primer tail(s) of adjacent amplicon(s).