v0.13.3
Copy/paste across designs
Users can now copy strands, load a new design in the same browser window, and then paste those strands.
Row-major and column-major order of export of strands
When exporting DNA sequences, previously the strand sequences were exported in the order the strands appear in the JSON. You can now specify a few other orderings:, row-major (i.e., lexicographically compared helix, then offset) column-major (lexicographically compared offset, then helix) of:
- 5' ends
- 3' ends
- minimum of 5' or 3' end
- start offset of top-left domain (i.e., domain that is on the minimum-index helix, which is leftmost among all such domains)
Commits
- [0ba5874]: Fixes #521; Fix deprecation warning on Release action (Benjamin Lee) #528
- [f0c92b4]: Bump version to 0.13.3 (Benjamin Lee) #528
- [6de75fd]: Fix typo in release title (Benjamin Lee) #528
- [3c69ac6]: added description of "assign DNA complement from bound strands" to README (David Doty) #544
- [5969809]: closes #520; copy strands from a design, load a new design, and then paste the strands into the newly loaded design (David Doty) #544
- [56b860d]: closes #530: allow row-major and column/major order of export of strands (David Doty) #532
- [f4c179a]: Update README.md (David Doty) #544
- [779e288]: Update README.md (David Doty) #544
- [d3edf3d]: Fixes #489, removes AppState equality checks in UT (Benjamin Lee) #538
- [44ab413]: Remove extraneous checks from unit tests (Benjamin Lee) #538
- [8b96d6c]: Temporarily change backend due to maintenance (Benjamin Lee) #539
- [fad560a]: Changing backend URLs to https server (Cosmo) #543