Scadnano

Latest version: v0.20.0

Safety actively analyzes 724004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 15

0.17.6

Release notes

Single-stranded extensions
Single-stranded extensions on the end of a strand can now be specified. See [related notes in the Python package](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/issues/2#issuecomment-1150560666).

Like a Loopout, it is single-stranded, so does not occupy a Helix. However, Loopouts always reside between two Domains (which are on a Helix and in general intended to be double-stranded), whereas an Extension is always at the 5' or 3' end of a strand. This is useful for describing toeholds and other single-stranded extensions on the end of a strand, particularly when there is not available space adjacent on the helix to represent it with an unbound Domain, such as the green strand below:

![image](https://user-images.githubusercontent.com/19274365/189194190-0f321122-22ae-40ff-8741-7d9e1b89c8d8.png)

(If there is available space on the Helix, single-stranded extensions can also be represented as Domains on a Helix, such as the left-most Domain of the red strand above.)

Like a Loopout, an Extension has a number of bases that must be specified when creating it.

The displayed length and angle relative to the nearest domain are also configurable:

![image](https://user-images.githubusercontent.com/19274365/189194432-eb7a5504-f691-45fe-9681-8fe7abcc470b.png)

![image](https://user-images.githubusercontent.com/19274365/189194508-038a973c-6fd8-4159-9f87-4fa6f421f751.png)

![image](https://user-images.githubusercontent.com/19274365/189194548-07159931-4e97-417f-afb7-dd1e6fab74bd.png)

They can either be typed in the dialog as shown, or by clicking and dragging the free end of the extension; see 799.

Commits
- 5d905fc: Added view component to adjust helix indices (Venkat Bollapragada) [784](https://github.com/UC-Davis-molecular-computing/scadnano/pull/784)
- 26dd6a0: closes 36 allow helix index changing in batch (Venkat Bollapragada) [784](https://github.com/UC-Davis-molecular-computing/scadnano/pull/784)
- 9966f4a: move warning stars from behind insertions (sarahayu) [785](https://github.com/UC-Davis-molecular-computing/scadnano/pull/785)
- ad730be: replace width with height (sarahayu) [785](https://github.com/UC-Davis-molecular-computing/scadnano/pull/785)
- 503cd73: add scroll bars and show which index is duplicated (Ho-Chih) [784](https://github.com/UC-Davis-molecular-computing/scadnano/pull/784)
- 52db830: Add dialog type storage (Edwin Chang) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- ca0ef7e: added new type of `Substrand` called `Extension` (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 099e3fc: added `StrandMaker` chained methods for `Extension`'s (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- c849679: got first unit test working for extensions (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- ca94d87: got saved dialog to work with hash key (sarahayu) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 1d6c63f: update warning for helix idxs change (sarahayu) [784](https://github.com/UC-Davis-molecular-computing/scadnano/pull/784)
- 715b902: remove commented code (sarahayu) [784](https://github.com/UC-Davis-molecular-computing/scadnano/pull/784)
- dbe8b40: implemented all unit tests for extensions (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- e784084: Update extension.dart (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 4455305: added unit test for reading Extensions in JSON, and changed loopout.length to loopout.num_bases (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- fba16fb: Update extensions_test.dart (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 041e4c3: got first rendering code working for extensions, and altered select mode to include it (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 494e97c: got preliminary view of extensions working with correct display length and display angle; no DNAEnds yet (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 3c96cd2: Update util.dart (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 279a7bf: added tooltip for extension select mode (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 88dc2ef: Merge branch 'dev' into 2-extensions-on-end-of-strand (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 39efde2: Update constants.dart (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 0141778: Update .gitignore (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- ca9d233: some changes in support of extensions (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 0fa0c2b: Indicate all source indexes for duplicate helixes. (Venkat Bollapragada) [784](https://github.com/UC-Davis-molecular-computing/scadnano/pull/784)
- e949fb1: closes 793 remove Loading... message when program crashes (sarahayu) [797](https://github.com/UC-Davis-molecular-computing/scadnano/pull/797)
- 515d734: added return type to `create_hash` (David Doty) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 430a43b: Merge branch 'dev' into 789-saved-dialog-for-future (sarahayu) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- afd45f0: Switch from hashing to enum (still broken) (Edwin Chang) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 2aa6fd6: saved dialogtype now works (sarahayu) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 817a469: updating DialogType (rishabhmudradi) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- de014f0: Update design_dialog_form.dart (Ho-Chih) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 6794f0c: updated DialogTypes (Venkat Bollapragada) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 88f120f: changed some names in Dialog to be more precise (David Doty) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- b18c74e: Update design_dialog_form.dart (David Doty) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 5ac033f: Update design_dialog_form.dart (David Doty) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 0f6c1d5: Update design_dialog_form.dart (David Doty) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 62ba6b2: Update design_dialog_form.dart (David Doty) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 2890b4e: Update design_dialog_form.dart (David Doty) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 839c9d1: Update design_dialog_form.dart (David Doty) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 26ca58d: Update menu_side.dart (David Doty) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 6ed6bb3: Update menu_side.dart (David Doty) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- ec6f3a3: remove saved dialog (sarahayu) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 478df80: put DNA end on end of Extension. still need to apply correct rotation (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- d1adb04: got rotations of extension DNAEnds working (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 8b6d915: Create todo extensions.txt (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- e7a8cff: got extension domain names to display; still need to ensure they are upright depending on display_angle (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- c2bb5e4: fixed extension name display to be right-side up by always drawing extension path from left to right (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 1d72b50: implemented display of extension lengths (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- c21c592: implemented display DNA sequence on extension (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- d4c7ca5: changed zoom threshold for caching DNA as PNG image from 1 to 0.5 (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- a5bbcf1: updated deletion of domain and end so that it removes adjacent extension as well (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 1a2ac16: delete selected extensions (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- ba08c8b: select all selects extensions, and selection box and rope select extensions (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- ccaf7cc: implemented context menu for extensions to change name, display length, display angle, and number of bases (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- e07431c: fixed accidental rename of field (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 246d3bd: implemented displaying 5' and 3' modifications on extensions (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 66fe619: enable right-click context menu on 5' and 3' end (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- adc6f5e: added "add extension" to strand context menu (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- acab47c: Merge branch 'dev' into 2-extensions-on-end-of-strand (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 729b25c: fixed unit tests (David Doty) [800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- da4dff2: Merge branch '2-extensions-on-end-of-strand' of https://github.com/UC-Davis-molecular-computing/scadnano into 2-extensions-on-end-of-strand (David Doty) [#800](https://github.com/UC-Davis-molecular-computing/scadnano/pull/800)
- 0ac7d29: fixes 801: fix bug in assigning DNA sequence to strand bound to another strand with an extension (David Doty) [802](https://github.com/UC-Davis-molecular-computing/scadnano/pull/802)
- 0766ad0: fixes 803: support extensions in oxDNA export (David Doty) [804](https://github.com/UC-Davis-molecular-computing/scadnano/pull/804)
- 979e64c: Merge branch 'dev' into 789-saved-dialog-for-future (Ho-Chih) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 7933fd2: updated new dialog types (Ho-Chih) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 0d1f161: Add more dialog types (Edwin Chang) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- c3ccea8: closes 789 save dialog for future (Ho-Chih) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 0693bdb: add callback to check add extension dialog items (sarahayu) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 068029a: Add use_saved_response for dialogs (Edwin Chang) [805](https://github.com/UC-Davis-molecular-computing/scadnano/pull/805)
- 706ea28: closes 807: Add option to disable PNG caching for DNA sequences (Edwin Chang) [808](https://github.com/UC-Davis-molecular-computing/scadnano/pull/808)
- 61de27e: added more detailed tooltip explanation of option to disable PNG caching (David Doty) [808](https://github.com/UC-Davis-molecular-computing/scadnano/pull/808)
- 248587b: changed name of ui_state.disable_png_cache_until_action_completes to export_svg_action_delayed_for_png_cache, and changed its type from generic Action to ExportSvg, and same with associated variables and props (David Doty) [808](https://github.com/UC-Davis-molecular-computing/scadnano/pull/808)
- 9e733f9: Update app.dart (David Doty) [813](https://github.com/UC-Davis-molecular-computing/scadnano/pull/813)
- c019c24: Changed names and fixed compilation error (Ho-Chih) [808](https://github.com/UC-Davis-molecular-computing/scadnano/pull/808)
- 4200ada: Update reducer_test.dart (Ho-Chih) [808](https://github.com/UC-Davis-molecular-computing/scadnano/pull/808)
- b12203b: fixed incorrect helix coordinates (Ho-Chih) [812](https://github.com/UC-Davis-molecular-computing/scadnano/pull/812)
- acbd544: fixes 811 fix oxDNA export bug with incorrect helix coordinates in 3D (Ho-Chih) [812](https://github.com/UC-Davis-molecular-computing/scadnano/pull/812)
- 7d98b3c: bumped version (David Doty) [813](https://github.com/UC-Davis-molecular-computing/scadnano/pull/813)

0.17.5

Mostly bug fixes.

One new feature is the ability to export to cadnano with no whitespaces, which is required to import into Cando.

Commits
- 214284f: Update constants.dart (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- 7bb211c: added link in Export menu to cadnano export constraints (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- 0acd9ce: closes 764: option to export cadnano with no whitespaces (David Doty) [765](https://github.com/UC-Davis-molecular-computing/scadnano/pull/765)
- 4eb0556: fixes 761: undo "inline insertions/deletions" should undo setting of helix tick marks (David Doty) [767](https://github.com/UC-Davis-molecular-computing/scadnano/pull/767)
- 2fbaae2: changed `Design.strand` method name to `Design.draw_strand` (David Doty) [767](https://github.com/UC-Davis-molecular-computing/scadnano/pull/767)
- 3ecf540: added unit tests for inline insertions/deletions (David Doty) [767](https://github.com/UC-Davis-molecular-computing/scadnano/pull/767)
- 4fe514d: Update app_ui_state_reducer.dart (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- 5f558f6: fix rope select (sarahayu) [775](https://github.com/UC-Davis-molecular-computing/scadnano/pull/775)
- 2b6370f: Update CONTRIBUTING.md (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- 461e5cb: Update CONTRIBUTING.md (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- 800bd42: Update CONTRIBUTING.md (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- e9d287c: Update CONTRIBUTING.md (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- da423e3: Update README.md (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- 5f3cbd7: Update README.md (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- 3c22006: Update README.md (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- 6b730cf: close 770 autopaste Edit menu item (Ho-Chih) [773](https://github.com/UC-Davis-molecular-computing/scadnano/pull/773)
- 824d1be: fix format (Ho-Chih) [773](https://github.com/UC-Davis-molecular-computing/scadnano/pull/773)
- 353e0d9: fix 768: Rope select does not select correct points on switching to new design (sarahayu) [775](https://github.com/UC-Davis-molecular-computing/scadnano/pull/775)
- 547f2e9: add comments (sarahayu) [775](https://github.com/UC-Davis-molecular-computing/scadnano/pull/775)
- 9058dd6: removed copied function (Ho-Chih) [773](https://github.com/UC-Davis-molecular-computing/scadnano/pull/773)
- 6a703a3: close 779 update CONTRIBUTING document to indicate how to install prior version of Dart (Venkat Bollapragada) [780](https://github.com/UC-Davis-molecular-computing/scadnano/pull/780)
- 2a826ed: added steps to directly install dart 2.13 (Ho-Chih) [780](https://github.com/UC-Davis-molecular-computing/scadnano/pull/780)
- 31ee4bf: Add instructions for multiple operating systems (Edwin Chang) [780](https://github.com/UC-Davis-molecular-computing/scadnano/pull/780)
- c0ffaa4: Resolve merge conflicts (Edwin Chang) [780](https://github.com/UC-Davis-molecular-computing/scadnano/pull/780)
- a08b0ef: closes 771 warn on unpaired deletion/insertion (Edwin Chang) [782](https://github.com/UC-Davis-molecular-computing/scadnano/pull/782)
- ea4ecfd: rename and add functions (sarahayu) [782](https://github.com/UC-Davis-molecular-computing/scadnano/pull/782)
- 8449a78: fix dna sequence bug (rishabhmudradi) [782](https://github.com/UC-Davis-molecular-computing/scadnano/pull/782)
- 777ce5e: rename to mismatch to unpairs and warning star (sarahayu) [782](https://github.com/UC-Davis-molecular-computing/scadnano/pull/782)
- 927db62: undo rec deprecated list init (sarahayu) [782](https://github.com/UC-Davis-molecular-computing/scadnano/pull/782)
- 44a4aeb: moved warnings in View menu to their own submenu (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- 5ebdb13: Update CONTRIBUTING.md (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- 3f75962: Update README.md (Dave Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- df06cc1: fixes 783: strands/other objects should show shadow style on hover when first loading (Edwin Chang) [790](https://github.com/UC-Davis-molecular-computing/scadnano/pull/790)
- 57f147e: fixed oxDNA export bug on normal vector for loopouts (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- 88558c1: Update oxdna_export.dart (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)
- db0bfc0: bumped version (David Doty) [795](https://github.com/UC-Davis-molecular-computing/scadnano/pull/795)

0.17.4

Updated to Google Analytics 4.

Accidentally bumped the version twice, so there's no v0.17.3.

Commits
- a2f2a5d: bumped version (David Doty) [762](https://github.com/UC-Davis-molecular-computing/scadnano/pull/762)
- 51e7c79: changed default to apply helix changes to all helices instead of only the one that was right-clicked (David Doty) [762](https://github.com/UC-Davis-molecular-computing/scadnano/pull/762)
- 6abb7c8: added Google Analytics 4 property code to index.html (David Doty) [762](https://github.com/UC-Davis-molecular-computing/scadnano/pull/762)
- 0aae041: changed Google Analytics 4 tag (David Doty) [762](https://github.com/UC-Davis-molecular-computing/scadnano/pull/762)
- 1980cd3: bumped version (David Doty) [762](https://github.com/UC-Davis-molecular-computing/scadnano/pull/762)

0.17.3

Release notes


allow other table formats besides Markdown in `Design.plate_maps`

In a jupyter notebook cell, put this code:

python
import scadnano as sc

helices = [sc.Helix(max_offset=100)]
design = sc.Design(helices=helices, strands=[], grid=sc.square)
design.draw_strand(0, 0).move(10).with_name('strand 0').with_idt(plate='plate 1', well='A1')
design.draw_strand(0, 10).move(10).with_name('strand 1').with_idt(plate='plate 1', well='A2')
design.draw_strand(0, 20).move(10).with_name('strand 2').with_idt(plate='plate 1', well='B2')
design.draw_strand(0, 30).move(10).with_name('strand 3').with_idt(plate='plate 1', well='B3')
design.draw_strand(0, 40).move(10).with_name('strand 4').with_idt(plate='plate 1', well='D7')

from IPython.display import display, Markdown
def dm(o):
display(Markdown(o))

plate_map = design.plate_maps()[0]
dm(plate_map.to_table(tablefmt='html', vertical_borders=True))


It should render

<img width=500 src=https://user-images.githubusercontent.com/19274365/160621269-905ef7a0-051f-4593-b421-ddb55bf5c535.png></img>

The returned HTML uses inline styles to ensure there are vertical borders between columns of the table. The vertical borders make it easier to see which column a well is in. This is useful when rendering in a Jupyter notebook, since the inline styles will be preserved when saving the Jupyter notebook using the nbconvert tool: https://nbconvert.readthedocs.io/en/latest/

Any format supported by the `tabular` package is supported as `tablefmt` for the method `PlateMap.to_table()`. See API for more details: https://scadnano-python-package.readthedocs.io/en/latest/#scadnano.PlateMap.to_table

allow `Design.plate_maps` parameter `well_marker` to be function of well position

This code (note that strands do not require a name if using `well_marker`)

python
import scadnano as sc

helices = [sc.Helix(max_offset=100)]
design = sc.Design(helices=helices, strands=[], grid=sc.square)
design.draw_strand(0, 0).move(10).with_idt(plate='plate 1', well='A1')
design.draw_strand(0, 10).move(10).with_idt(plate='plate 1', well='A2')
design.draw_strand(0, 20).move(10).with_idt(plate='plate 1', well='B2')
design.draw_strand(0, 30).move(10).with_idt(plate='plate 1', well='B3')
design.draw_strand(0, 40).move(10).with_idt(plate='plate 1', well='D7')

plate_map = design.plate_maps()[0]
print(plate_map.to_table(well_marker=lambda x:x))


prints



plate "plate 1"
| | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
|:----|:----|:----|:----|:----|:----|:----|:----|:----|:----|:-----|:-----|:-----|
| A | A1 | A2 | | | | | | | | | | |
| B | | B2 | B3 | | | | | | | | | |
| C | | | | | | | | | | | | |
| D | | | | | | | D7 | | | | | |
| E | | | | | | | | | | | | |
| F | | | | | | | | | | | | |
| G | | | | | | | | | | | | |
| H | | | | | | | | | | | | |




Commits
- 1efd9ad: Closes 149; store DNA sequence in domains and loopouts, not in strand (223) (Benjamin Lee) [223](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/223)
- 9e1a287: corrected docstring for `Design.draw_strand` (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- 243562d: Update scadnano.py (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- 7ed1610: Update tutorial.md (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- f9e10b6: Update tutorial.md (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- 45bf3ed: Update tutorial.md (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- 48f6b54: Update tutorial.md (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- 6610ef3: Update tutorial.md (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- d6aa2ba: Update tutorial.md (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- 0addd6d: Update tutorial.md (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- 9ab30af: Update tutorial.md (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- b09632f: Update scadnano.py (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- 3fd2a86: Update scadnano.py (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- e9ab4bc: Update scadnano.py (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- 7d9764b: added documentation about idt_dna_sequence in docstring for `Strand.dna_sequence` property. (David Doty) [225](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/225)
- 1150ea0: closes 224: allow other table formats besides Markdown in `Design.plate_maps` and closes 222: allow `Design.plate_maps` parameter `well_marker` to be function of well position (David Doty) [225](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/225)
- 9ec66bb: added tabulate as dependency to tests (David Doty) [225](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/225)
- 08bbf35: Update scadnano.py (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)
- 2fb3d35: bumped version (David Doty) [226](https://github.com/UC-Davis-molecular-computing/scadnano-python-package/pull/226)

0.17.2

Some minor feature updates; see linked issues in commit messages below for details.

Commits
- b35d57f: initial loading dialog (rishabhmudradi) [755](https://github.com/UC-Davis-molecular-computing/scadnano/pull/755)
- ef91246: adding two actions to show and hide dialog (rishabhmudradi) [755](https://github.com/UC-Davis-molecular-computing/scadnano/pull/755)
- c820903: add delay to loaddnafile to allow loading dialog to appear (sarahayu) [755](https://github.com/UC-Davis-molecular-computing/scadnano/pull/755)
- 06dfd16: increase delay and add pulse effect (sarahayu) [755](https://github.com/UC-Davis-molecular-computing/scadnano/pull/755)
- c67896b: Closes 712; Undo/redo give indication of what will be undone/redone (752) (Benjamin Lee) [752](https://github.com/UC-Davis-molecular-computing/scadnano/pull/752)
- 1e33030: closes 731: show loading dialog when loading design (sarahayu) [755](https://github.com/UC-Davis-molecular-computing/scadnano/pull/755)
- 9907c82: Merge branch 'dev' into show-loading-dialog-when-loading-design-731 (sarahayu) [755](https://github.com/UC-Davis-molecular-computing/scadnano/pull/755)
- 062062d: fixes 751: Fix copy paste preview for strand with loopout (sarahayu) [756](https://github.com/UC-Davis-molecular-computing/scadnano/pull/756)
- b6ad6c9: Fixes 492; Refactor Dart data model: store DNA sequence in domains and loopouts, rather in strand (754) (Benjamin Lee) [754](https://github.com/UC-Davis-molecular-computing/scadnano/pull/754)
- 72fd2be: Update tutorial.md (David Doty) [759](https://github.com/UC-Davis-molecular-computing/scadnano/pull/759)
- d212c69: Update tutorial.md (David Doty) [759](https://github.com/UC-Davis-molecular-computing/scadnano/pull/759)
- f8816f2: fixes 750: move submenus up if they go off the bottom of the page (sarahayu) [758](https://github.com/UC-Davis-molecular-computing/scadnano/pull/758)
- 9276b58: add comments (sarahayu) [755](https://github.com/UC-Davis-molecular-computing/scadnano/pull/755)
- dfa6274: swapped two autofit submenu options (David Doty) [759](https://github.com/UC-Davis-molecular-computing/scadnano/pull/759)
- 9134550: bumped version (David Doty) [759](https://github.com/UC-Davis-molecular-computing/scadnano/pull/759)

0.17.1

Release notes

Modification display text can be arbitrary Unicode characters

This isn't really a new feature; it was always the case. But it's worth pointing out that it is useful since Unicode has such a variety of symbols. For instance, here's unicode characters for a [glowing star](https://unicode-table.com/en/1F31F/) and [medium black circle](https://unicode-table.com/en/26AB/) to represent a fluorophore and quencher:

<img width=300 src="https://user-images.githubusercontent.com/19274365/154812623-9f8b2443-998e-4a63-8616-527f26167705.png"> <img width=300 src="https://user-images.githubusercontent.com/19274365/154812651-c0f4f425-e5a6-4036-adb2-d6e7fded627d.png">

![image](https://user-images.githubusercontent.com/19274365/154812471-7bb39738-c30f-48f5-b5c0-33f5fcbe66ac.png)


Change modification connector length

You can now change the length of the modification connector. The connector is drawn like a hydrocarbon chain with a default of 4 links:

![image](https://user-images.githubusercontent.com/19274365/151944535-37739dbc-7a61-4d59-90b3-7e713bf0a325.png)

You can now edit the length:

<img width=300 src="https://user-images.githubusercontent.com/19274365/151944581-5a8d5988-bd2a-406d-b4d1-8434f40cd887.png">


This is especially helpful to display modifications close to each other on a helix without their text overlapping:

![image](https://user-images.githubusercontent.com/19274365/151944658-93bf0187-a583-4ea6-a380-e9cbb734855d.png)



Autofit added to View menu

The View&rarr;Autofit submenu now has an "Autofit" option, which can center the design. Starting with a design like this:

![image](https://user-images.githubusercontent.com/19274365/154707675-02273ca8-27d9-4bd3-8b2b-b6beffd4bbaf.png)

Clicking "View&rarr;Autofit&rarr;Autofit current design" changes the zoom and translation to fit it just in the window:

![image](https://user-images.githubusercontent.com/19274365/154708088-1d21d5a1-5152-45ab-b00b-97904d2411c2.png)



Disable display of helices in main view

Go to View&rarr;Helices&rarr;Show main view helices:

<img width=500 src="https://user-images.githubusercontent.com/19274365/152549923-f1eb3d43-69c7-432a-972b-cbe388621596.png">

Toggling it will turn off all view elements associated with helices, such as tick marks, helix circles with indices, major tick numbers, etc:

Before:

![image](https://user-images.githubusercontent.com/19274365/152550136-960ebba3-8fee-44d4-b579-08c9f175d226.png)

After:

![image](https://user-images.githubusercontent.com/19274365/152550185-afddfdc7-3f10-4263-af1e-6975af04a036.png)





Reset local settings

The File menu now has an option "Reset local settings". This will delete all settings stored in the browser, including the stored design, and reset scadnano to its original settings:

![image](https://user-images.githubusercontent.com/19274365/154708366-2502d46b-e280-4a83-985f-b1ad6efb7539.png)

**NOTE:** If you need to reset local settings due to some design that is causing a bug, but the bug is preventing scadnano from loading and displaying the menu, here is how you can manually delete the local settings:

In your browser, open Developer Tools. This is Ctrl+Shift+I in Chrome and Firefox. It should also be accessible from your browser's menu, in Chrome:

<img width=500 src="https://user-images.githubusercontent.com/19274365/154977295-4f509ea0-cd61-4343-ac17-f7af2f757be9.png">

In Firefox:

<img width=300 src="https://user-images.githubusercontent.com/19274365/154977550-9ab8c0b9-074c-4f83-ad1a-2328df0b7f74.png">

In Chrome, click on Application&rarr;Local Storage&rarr;`https://scadnano.org`

<img width=400 src="https://user-images.githubusercontent.com/19274365/154977942-e0668f7f-455e-450d-9fdf-92c62af75efa.png">

In Firefox, click on Storage&rarr;Local Storage&rarr;`https://scadnano.org`

<img width=400 src="https://user-images.githubusercontent.com/19274365/154978395-cfc53f6c-b7b1-40ba-ac2e-044b83392415.png">

Delete the key `scadnano:design` to remove the stored design. Delete the key `scadnano:app_ui_state_storables` to reset other local settings.



Commits
- d934bc2: fixes 681: merging strands should keep at least one existing name (Cesar Alonso Guzman Avina) [741](https://github.com/UC-Davis-molecular-computing/scadnano/pull/741)
- 46398ac: changed variable names strand_from and strand_to to strand_3p and strand_5p to be consistent with naming convention in ligate reducer (and be more unambiguous about what it means) (David Doty) [741](https://github.com/UC-Davis-molecular-computing/scadnano/pull/741)
- dc6fc13: Update nick_ligate_join_by_crossover_reducers.dart (David Doty) [741](https://github.com/UC-Davis-molecular-computing/scadnano/pull/741)
- 3bc9561: renamed more strand variables in ligate and crossover join reducer to match convention, and changed convention of order of strand parameters to `join_two_strands_with_substrands` (David Doty) [741](https://github.com/UC-Davis-molecular-computing/scadnano/pull/741)
- 1b6d613: added naming behavior for nicked/deleted crossover/deleted domain as well as added naming behavior for ligate/crossovers (Cesar Alonso Guzman Avina) [741](https://github.com/UC-Davis-molecular-computing/scadnano/pull/741)
- 5ac76ef: Fixes 697; fix JSON encoding warning on startup (Benjamin Lee) [704](https://github.com/UC-Davis-molecular-computing/scadnano/pull/704)
- d4f5244: closes 709; in DNA sequence assignment, disable "warn if assigning different sequence to bound strand" checkbox when "assign complement to bound strands" is unchecked (David Doty) [710](https://github.com/UC-Davis-molecular-computing/scadnano/pull/710)
- dd318c8: closes 711: remember previously chosen M13 rotation in Assign DNA sequence dialog (David Doty) [713](https://github.com/UC-Davis-molecular-computing/scadnano/pull/713)
- 5f44b9c: Added new unit test file for strand naming behavior when ligating and nicking (Cesar Alonso Guzman Avina) [741](https://github.com/UC-Davis-molecular-computing/scadnano/pull/741)
- 1b2e320: Added autofit submenu, with the new 'autofit current design' option and fixed autofit behavior (Cesar Alonso Guzman Avina) [742](https://github.com/UC-Davis-molecular-computing/scadnano/pull/742)
- 929be7f: closes 715: assign DNA sequence dialog should state p7249 instead of p7429 (David Doty)
- 3460729: Fixes 650; move svg position of helices out of design and into app state (703) (Benjamin Lee) [703](https://github.com/UC-Davis-molecular-computing/scadnano/pull/703)
- 3651532: changed tooltip for View --> Invert y-axis (David Doty)
- c5077c1: Fixes 668; fix crash error when deselecting strand while strands from multiple helix groups are selected (720) (Benjamin Lee) [720](https://github.com/UC-Davis-molecular-computing/scadnano/pull/720)
- 155dfa2: changed "Set helix coordinates based on crossovers" tooltip to explain why it is disabled if it is. (David Doty)
- 7587bc7: basic ligate unit tests with scaffolds (Cesar Alonso Guzman Avina) [741](https://github.com/UC-Davis-molecular-computing/scadnano/pull/741)
- 16a36ee: closes 719: add "reset local settings" button (rishabhmudradi) [723](https://github.com/UC-Davis-molecular-computing/scadnano/pull/723)
- 1104584: add tests for checking name property after ligating and adding crossovers to same type strands (sarahayu) [741](https://github.com/UC-Davis-molecular-computing/scadnano/pull/741)
- feffe7b: crossover and ligate unit tests for nullable strands (rishabhmudradi) [741](https://github.com/UC-Davis-molecular-computing/scadnano/pull/741)
- cf86bda: refactored const containing message displayed when there's no design (David Doty) [749](https://github.com/UC-Davis-molecular-computing/scadnano/pull/749)
- 81b49fd: Update design_main_domain_moving.dart (David Doty) [726](https://github.com/UC-Davis-molecular-computing/scadnano/pull/726)
- f3477d8: turned off Redux Devtools (David Doty) [726](https://github.com/UC-Davis-molecular-computing/scadnano/pull/726)
- 427dfd7: added comments clarifying difference between in_bounds and is_allowable for moving strands and domains (David Doty) [726](https://github.com/UC-Davis-molecular-computing/scadnano/pull/726)
- 2f2c2d0: fixes 722: moving domain should be disallowed if overlapping another domain (David Doty) [726](https://github.com/UC-Davis-molecular-computing/scadnano/pull/726)
- d2d2fbe: fixes 717: Disable drawing of strands when connecting a crossover (David Doty) [727](https://github.com/UC-Davis-molecular-computing/scadnano/pull/727)
- 17991c1: fixes 725: moved domains should be reselected after move (David Doty) [728](https://github.com/UC-Davis-molecular-computing/scadnano/pull/728)
- d6f4c39: refactored PotentialCrossover to use Address field (David Doty) [749](https://github.com/UC-Davis-molecular-computing/scadnano/pull/749)
- 105fb9d: closes 716: drag crossover/loopout from end of one domain to another (David Doty) [729](https://github.com/UC-Davis-molecular-computing/scadnano/pull/729)
- 17cb96a: fixing generic type error in Strand.loopouts getter (David Doty) [729](https://github.com/UC-Davis-molecular-computing/scadnano/pull/729)
- 3a54fee: fixed generic type error in Strand.crossovers getter (David Doty) [729](https://github.com/UC-Davis-molecular-computing/scadnano/pull/729)
- 93fa987: fixed bug in displaying moving domains, where they were only be displayed on the original helix even if the cursor moved to a new helix (David Doty) [749](https://github.com/UC-Davis-molecular-computing/scadnano/pull/749)
- a5a54a7: fixed bug with displaying strand and domain names where the React components were not being passed the helix svg positions causing a crash (David Doty) [749](https://github.com/UC-Davis-molecular-computing/scadnano/pull/749)
- 6be2d47: closes 733: right click on strand name or domain name brings up strand context menu (David Doty) [734](https://github.com/UC-Davis-molecular-computing/scadnano/pull/734)
- 2ae16a4: fixes 732: fix bug where copy/paste strands breaks when helix counts/indices are not sufficient in destination design (David Doty) [735](https://github.com/UC-Davis-molecular-computing/scadnano/pull/735)
- 967dba1: fixes 732: fix bug where copy/paste strands breaks when helix counts/indices are not sufficient in destination design (last commit only fixed some special cases)) (David Doty) [735](https://github.com/UC-Davis-molecular-computing/scadnano/pull/735)
- 902bea2: Fixes 706; Update dependencies and Dart SDK in workflows (730) (Benjamin Lee) [730](https://github.com/UC-Davis-molecular-computing/scadnano/pull/730)
- e0ec0af: added option to set max offset of every helices based on largest-offset domain on any helix, and fixed crash bug in setting this for helices with no domains (David Doty) [736](https://github.com/UC-Davis-molecular-computing/scadnano/pull/736)
- dbac38a: Closes 686; Don't run unit tests on draft/incomplete PRs (737) (Benjamin Lee) [737](https://github.com/UC-Davis-molecular-computing/scadnano/pull/737)
- c556814: Create pull_request_template.md (738) (Benjamin Lee) [738](https://github.com/UC-Davis-molecular-computing/scadnano/pull/738)
- ac26f5c: fixed case-sensitivity bug in checking file extension (David Doty) [749](https://github.com/UC-Davis-molecular-computing/scadnano/pull/749)
- 2f8fc6d: initial middleware implementation (rishabhmudradi) [723](https://github.com/UC-Davis-molecular-computing/scadnano/pull/723)
- 0be2ca1: removing '.g' import (rishabhmudradi) [723](https://github.com/UC-Davis-molecular-computing/scadnano/pull/723)
- 02936f2: fixes 707: autofit in View menu (rishabhmudradi) [742](https://github.com/UC-Davis-molecular-computing/scadnano/pull/742)
- 83d6c74: Update menu.dart (David Doty) [742](https://github.com/UC-Davis-molecular-computing/scadnano/pull/742)
- e496476: Merge branch 'dev' into 681-merging-strands-should-keep-at-least-one-existing-name (David Doty) [741](https://github.com/UC-Davis-molecular-computing/scadnano/pull/741)
- 8feabf4: fixes 743: change length of modification "connector" (David Doty) [744](https://github.com/UC-Davis-molecular-computing/scadnano/pull/744)
- 438ef0a: fix bug where 'stap_loop' key was used instead of 'stapLoop' in cadnano export (David Doty) [749](https://github.com/UC-Davis-molecular-computing/scadnano/pull/749)
- 696601c: Update load_dna_file_reducer.dart (David Doty) [749](https://github.com/UC-Davis-molecular-computing/scadnano/pull/749)
- 4172cd2: fixes bug in cadnano import when crossover connects two ends on same helix (David Doty) [749](https://github.com/UC-Davis-molecular-computing/scadnano/pull/749)
- 6aa0db1: closes 746: disable display of helices in main view (David Doty) [747](https://github.com/UC-Davis-molecular-computing/scadnano/pull/747)
- 1e2d52a: re-arranged show/hide options dealing with helices into their own submenu of the View menu (David Doty) [747](https://github.com/UC-Davis-molecular-computing/scadnano/pull/747)
- 9b82855: fixed crash bug in displaying only selected helices (David Doty) [747](https://github.com/UC-Davis-molecular-computing/scadnano/pull/747)
- 67414ad: Merge branch 'dev' into add-reset-local-settings-button-719 (Rishabh Mudradi) [723](https://github.com/UC-Davis-molecular-computing/scadnano/pull/723)
- 47d11f9: connector length in "add modification" is updated to be most recently used length instead of 4 (David Doty) [749](https://github.com/UC-Davis-molecular-computing/scadnano/pull/749)
- 13a35be: Merge branch 'dev' into 707-autofit-in-View-menu (Rishabh Mudradi) [742](https://github.com/UC-Davis-molecular-computing/scadnano/pull/742)
- 527d47c: changed comments around ResetLocalStorage action and added confirmation prompt for the user if they click "Reset local settings" (David Doty) [723](https://github.com/UC-Davis-molecular-computing/scadnano/pull/723)
- 50b95c7: bumped version (David Doty) [749](https://github.com/UC-Davis-molecular-computing/scadnano/pull/749)

Page 5 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.