seqalign
seqalign copied to clipboard
Collection of sequence alignment algorithms.
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
The example in the README for the Smith-Waterman algorithm throws `TypeError: Score object as an invalid score property: 0.5.` Thanks for this nice little package ❤️
In our usage of this library, we found performance was pretty slow on larger strings (a few hundred characters). I did a profile and found a quick win. Object.values(directions) was...