Demonstration of DNA alignment algorithms using F# on different Fable platforms
Implements a gLocal (global vs local) alignment using Smith Waterman
This copy targets the python runtime
dotnet fable --lang python
python program.fs
This is the rust build.
dotnet fable --lang rust -e .rs
cargo run