UC-Davis-molecular-computing / scadnano

Web application for designing DNA structures such as DNA origami.
https://scadnano.org
MIT License
21 stars 13 forks source link

option to display DNA right-side-up on all extensions #962

Open dave-doty opened 6 months ago

dave-doty commented 6 months ago

The quick fix to issue #959 was to draw all extension lines from 5' to 3' and link the textPath of the DNA sequence to that line. This means it displays correctly in order from 5' to 3', though upside down in some cases, see here: https://github.com/UC-Davis-molecular-computing/scadnano/issues/959#issuecomment-1867865803

It would be nice, when the option View-->DNA-->Display reverse DNA right-side up is on, to display them right-side up, just like with domains. We'll need similar logic where it actually reverses the string so that the bases still appear in the correct 5'-3' order even when right-side up.