pairwasm_alignment
A bioinformatics tool for pairwise sequence alignment
Demonstration of my project pairwasm_alignment. The source code is available on this GitHub repository.
Warning: Smith-Waterman and Needleman-Wunsch are dynamic programming algorithms with quadratic time complexity , making them time expensive. Since the Wasm module runs on your local machine, avoid using this demo with large sequences.