🧬
FM Index
Suffix Array + BWT + Sparse SA Sampling, single .fm file with magic number
High-Performance · Memory-Safe · Zero Unsafe | Modern bioinformatics tool inspired by BWA-MEM
Zero unsafe code with compile-time safety guarantees
# Build FM index from FASTA reference
bwa-rust index reference.fa -o ref# BWA-MEM style one-step alignment
bwa-rust mem ref.fa reads.fq -t 8 -o output.sam