UC-Davis-molecular-computing / scadnano

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

921 ensure modifications with same idt text are not duplicated #927

Closed dave-doty closed 1 year ago

dave-doty commented 1 year 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

dave-doty commented 1 year ago

Accidentally merged to main instead of dev, closing.