BjornFJohansson / pydna

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

Revise getitem in Dseqrecord #182

Closed manulera closed 5 months ago

manulera commented 5 months ago

Under the statement elif self.circular and sl_start > sl_stop, might require usage of _location_boundaries, think of test cases. Check other code that might use .parts[0].start and so.

manulera commented 5 months ago

Closed with https://github.com/BjornFJohansson/pydna/pull/199