Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 348 Bytes

DmxDnaAligner

Demonstration of DNA alignment algorithms using F# on different Fable platforms

Implements a gLocal (global vs local) alignment using Smith Waterman

Python

This copy targets the python runtime

dotnet fable --lang python python program.fs

src

This is the rust build.

dotnet fable --lang rust -e .rs cargo run