Skip to content

Releases: Lattice-Automation/seqviz

3.7.4

07 Jan 18:46
Compare
Choose a tag to compare

Full Changelog: 3.7.3...3.7.4

  • Change cut-site labels in the Linear Viewer to have some overlap awareness
  • Change hovering behavior so hovering the cut-site highlights the whole thing
  • Change hovering behavior so hovering the cut-site or label increases the weight of the label

Before

Screen Shot 2023-01-07 at 1 42 32 PM

After

Screen Shot 2023-01-07 at 1 41 46 PM

3.7.3

07 Jan 04:09
Compare
Choose a tag to compare

What's Changed

  • Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #186
  • Bump json5, css-loader and html-webpack-plugin by @dependabot in #188
  • Restore highlight of cut-sites on hovering their name
  • Unify most font-sizes to 12px

Full Changelog: 3.7.2...3.7.3

3.7.2

16 Nov 13:26
Compare
Choose a tag to compare

Full Changelog: 3.7.1...3.7.2

  • fix size detector ref: #185

3.7.1

13 Nov 19:00
Compare
Choose a tag to compare

Full Changelog: 3.7.0...3.7.1

  • in theory there's no change in this patch/release, but it's a really huge refactor to selection and event handling. This is prep work to make it easier to add new viewer types: #179
    • if you see any bugs, please let me know by opening a GitHub issue

3.7.0

13 Nov 01:22
Compare
Choose a tag to compare

Full Changelog: 3.6.3...3.7.0

  • render amino acid sequence (only) when an amino-acid is passed to seq:

Screen Shot 2022-11-12 at 8 13 29 PM

like:

<SeqViz seq="MSKGEELFTGVVPILVELDGDVNGHKFS" />

Side-effect: if an amino-acid sequence is passed, translations are ignored

3.6.3

13 Nov 00:22
Compare
Choose a tag to compare

Full Changelog: 3.6.2...3.6.3

  • add support for translating rna sequences to amino acid sequences:

Screen Shot 2022-11-12 at 7 21 23 PM

3.6.2

12 Nov 23:44
Compare
Choose a tag to compare

What's Changed

  • Bump loader-utils from 1.4.0 to 1.4.1 by @dependabot in #184
  • Fix setting of complement sequence for RNA sequences if not passed to compSeq
  • Fix setting of complement for AA sequences: don't

Full Changelog: 3.6.0...3.6.2

3.6.0

06 Nov 21:04
Compare
Choose a tag to compare

Full Changelog: 3.5.30...3.6.0

3.5.30

22 Oct 15:43
Compare
Choose a tag to compare

Full Changelog: 3.5.29...3.5.30

  • replace one React size listener with another to circumvent React.StrictMode warnings about node lookups

3.5.29

21 Oct 20:07
Compare
Choose a tag to compare

Full Changelog: 3.5.28...3.5.29