Skip to content

v0.18.3

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 04:48
· 56 commits to main since this release
976ee4d

Release notes

Custom delimiter between DNA sequences of domains

A custom delimiter string to go in between DNA sequences of different domains on a strand can be specified, e.g., a space (which is ignored by IDT), so that the exported IDT sequences might look like this for a 3-domain strand:

ST0[8]0[15];/5Biosg/ ACGTCGT ACGTC ACGTAC;25nm;STD

See

https://scadnano-python-package.readthedocs.io/en/latest/#scadnano.Strand.vendor_dna_sequence
https://scadnano-python-package.readthedocs.io/en/latest/#scadnano.Design.to_idt_bulk_input_format
https://scadnano-python-package.readthedocs.io/en/latest/#scadnano.Design.write_idt_bulk_input_file

Commits

  • 301edc4: bumped version (David Doty) #278
  • 315c0f3: fixes #276: customize delimiter between domains in exported DNA sequences (David Doty) #277
  • 5d8b61d: updated unit test to test for non-default delimiter (David Doty) #277
  • 96b5e0d: removed delimiters between internal modifications and rest of sequence (David Doty) #277
  • 93431b4: Update scadnano.py (David Doty) #277
  • 19975dd: added unit test for internal modification that goes between bases (David Doty) #278