An interactive web tool for exploring the sequence alignment algorithms Smith-Waterman and Needleman-Wunsch, powered by WebAssembly.
You can use the hosted version at alignment.sandbox.bio.
Or, to run it locally:
npm install
npm run build
and open the index.html
file in your browser.