Skip to content

v0.18.9

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 04:51
· 102 commits to main since this release
a7fa24d

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

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/) versus those that go in between bases (e.g., a spacer such as /ISp9/). 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

Commits

  • d00fe82: bumped version (David Doty) #916
  • c219170: Update CONTRIBUTING.md (David Doty) #916
  • 0ef4f44: fixes #912: customize delimiter between domains in exported DNA sequences (David Doty) #914
  • c9698af: closes #913: handle internal modifications that go in between bases (David Doty) #915
  • eff3768: fixed edit mod dialog to account for base vs. linker (David Doty) #915