Using WFA-JS

Download wfa.js and wfa.wasmfrom releases to your project. Add to your script:

import wfa from "./wfa.js"
await wfa("<path to wasm>")
let result = wfAlign(...)
operations = DecodeCIGAR(result.CIGAR)
// ...

Where <path to wasm> is the path from the site root ie. ./scripts/wfa.wasm. This will depend on your project structure.

Description
No description provided
Readme 258 KiB
2025-05-07 21:23:46 +00:00
Languages
Go 56.9%
JavaScript 40.5%
Makefile 2.6%