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

Revise getitem in Dseqrecord #182

Closed manulera closed 9 months ago

manulera commented 10 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 9 months ago

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