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

Document what's the reference for the cut representation #178

Closed manulera closed 10 months ago

manulera commented 10 months ago

As it is, a cut is represented as ((x, y), enz), where x and y are the positions of cut on the watson and crick strands, and enz is an enzyme object. I should check and indicate whether x and y are defined with respect to the watson and crick leftmost base, or to the whole sequence leftmost base.