yachielab / QUEEN

QUEEN: a framework to generate quinable and efficiently editable nucleotide sequence resources
MIT License
37 stars 8 forks source link

preserve topology when `flip`[ing ]`dna` #3

Closed jan-glx closed 2 years ago

jan-glx commented 2 years ago

Calling flipdna on a QUEEN object with "circular" topology currently returns its reverse complement but with linear topology. This Commit changes this such flipdna returns a QUEEN object with the same topology as the QUEEN object it was called on.

ponnhide commented 2 years ago

Thank you for your commit. I missed this point.