Scadnano

Latest version: v0.20.0

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

Scan your dependencies

Page 2 of 15

0.18.10

Bug fix for editing IDT text of internal modifications.

Commits
- 5d6434e: bumped version (David Doty) [918](https://github.com/UC-Davis-molecular-computing/scadnano/pull/918)
- 4cc8fd3: Update design_main_strand.dart (David Doty) [918](https://github.com/UC-Davis-molecular-computing/scadnano/pull/918)
- 571fda0: fixed bug in editing IDT text of internal modification (David Doty) [918](https://github.com/UC-Davis-molecular-computing/scadnano/pull/918)

0.18.9

Release notes

Custom delimiters in exported DNA sequences
Added ability to control delimiter symbols in exported DNA sequence files, both delimiters between IDT fields (`;` in the example below) and between DNA sequences of different domains (`-` in the example below), e.g.,

![image](https://github.com/UC-Davis-molecular-computing/scadnano/assets/19274365/d70b1657-cf9e-4e23-947f-3c9bd261b918)

Which exports this line to a file: `strand 1;/5Biosg/-AAAAAAAA-CCCC/ISp9/CCCC-GGGGGGGG;25nm;STD`.

Distinction between internal modifications that attach to a base, versus those between bases
Some internal modifications are attached to a base (e.g., internal biotin on a T: [`/iBiodT/`](https://www.idtdna.com/site/catalog/modifications/product/1105)) versus those that go in between bases (e.g., a spacer such as [`/ISp9/`](https://www.idtdna.com/site/catalog/modifications/product/1391)). Previously the web interface assumed all internal modifications are of the former type, and also assumed they could be attached to any base. Now in the web interface (as in the Python package), one can distinguish between these two types, and for modifications attached to a base, can specify a subset of bases that they can attach to (e.g., IDT's internal biotin may only be on a T base):

![image](https://github.com/UC-Davis-molecular-computing/scadnano/assets/19274365/025a04d7-0a0c-49a0-b91e-486d1b201098)


Commits
- d00fe82: bumped version (David Doty) [916](https://github.com/UC-Davis-molecular-computing/scadnano/pull/916)
- c219170: Update CONTRIBUTING.md (David Doty) [916](https://github.com/UC-Davis-molecular-computing/scadnano/pull/916)
- 0ef4f44: fixes 912: customize delimiter between domains in exported DNA sequences (David Doty) [914](https://github.com/UC-Davis-molecular-computing/scadnano/pull/914)
- c9698af: closes 913: handle internal modifications that go in between bases (David Doty) [915](https://github.com/UC-Davis-molecular-computing/scadnano/pull/915)
- eff3768: fixed edit mod dialog to account for base vs. linker (David Doty) [915](https://github.com/UC-Davis-molecular-computing/scadnano/pull/915)

0.18.8

Fixed (continuing) bug in helix roll relax algorithm to ignore intra-helix crossovers and inter-group crossovers.

Commits
- 0007983: bumped version (David Doty) [911](https://github.com/UC-Davis-molecular-computing/scadnano/pull/911)
- b82a8e9: fixes 906: fix warning about unique React keys (David Doty) [911](https://github.com/UC-Davis-molecular-computing/scadnano/pull/911)
- dd731bf: fixes null crash bug with showing newly created helix in newly created group (David Doty) [911](https://github.com/UC-Davis-molecular-computing/scadnano/pull/911)
- dbdf509: fixed null pointer bug in footer strand details (David Doty) [911](https://github.com/UC-Davis-molecular-computing/scadnano/pull/911)
- 663f28c: fixed helix roll relax algorithm to ignore intra-helix crossovers and inter-group crossovers (David Doty) [911](https://github.com/UC-Davis-molecular-computing/scadnano/pull/911)
- c940c72: formatting (David Doty) [911](https://github.com/UC-Davis-molecular-computing/scadnano/pull/911)

0.18.7

Bug fixes related to relaxing helix rolls.

Commits
- b1aca0e: bumped version (David Doty) [910](https://github.com/UC-Davis-molecular-computing/scadnano/pull/910)
- 2a8f685: Update menu.dart (David Doty) [910](https://github.com/UC-Davis-molecular-computing/scadnano/pull/910)
- 240c772: Update menu.dart (David Doty) [910](https://github.com/UC-Davis-molecular-computing/scadnano/pull/910)
- b85e234: added explanation of Ctrl+click for columns of insertions/deletions to tooltip text for those Edit Mode buttons (David Doty) [910](https://github.com/UC-Davis-molecular-computing/scadnano/pull/910)
- 98d9aec: fixed bug in relaxing helix rolls with intrahelix crossovers and added unit test for that case (David Doty) [910](https://github.com/UC-Davis-molecular-computing/scadnano/pull/910)
- 880194f: fixed relax helix rolls to ignore inter-group crossovers (David Doty) [910](https://github.com/UC-Davis-molecular-computing/scadnano/pull/910)

0.18.6

Fixed bugs in helix relax roll algorithm.

Commits
- 18bf88f: bumped version (David Doty) [909](https://github.com/UC-Davis-molecular-computing/scadnano/pull/909)
- fca783f: added (commented out) code for faster-rendering base pair lines, but that will not work when exporting selected strands to SVG (David Doty) [909](https://github.com/UC-Davis-molecular-computing/scadnano/pull/909)
- 30ffaca: fixed bug in relaxing helix rolls with loopouts (David Doty) [909](https://github.com/UC-Davis-molecular-computing/scadnano/pull/909)
- 4c65f2d: Update menu.dart (David Doty) [909](https://github.com/UC-Davis-molecular-computing/scadnano/pull/909)
- db57719: fixes 907: fix bug with relaxing helix rolls (David Doty) [908](https://github.com/UC-Davis-molecular-computing/scadnano/pull/908)

0.18.5

Release notes

Minor update re-arranging Edit menu.

Commits
- 060b609: bumped version (David Doty) [903](https://github.com/UC-Davis-molecular-computing/scadnano/pull/903)
- 3416b97: rearranged menu (David Doty) [903](https://github.com/UC-Davis-molecular-computing/scadnano/pull/903)
- e239f29: Update menu.dart (David Doty) [903](https://github.com/UC-Davis-molecular-computing/scadnano/pull/903)
- 6a5608c: Update menu.dart (David Doty) [903](https://github.com/UC-Davis-molecular-computing/scadnano/pull/903)

Page 2 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.