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

fixed example, but problem with #921 still remains #928

Closed dave-doty closed 10 months ago

dave-doty commented 10 months ago

Description

Partially addresses #921. This fixes the example design "2_staple_2_helix_origami_deletions_insertions_mods" to use the key "5'-/5Biosg/" instead of "/5Biosg/", to match what future biotins added with the IDT text "/5Biosg/" would have as a key (with the "5'-" prepended). However, there's still some inconsistency with mixing mods added via the web interface (where "5'-" and "3'-" would be prepended to the key) versus created via the Python package (where the key could be something else).

Related Issue

921