This is the repository for my CPT_S 471 Computational Genomics homework. This application, written in Rust, aligns FASTA sequences via local and global alignment with the affine gap penalty function.
To run the program, configure parameters in config.toml, then use cargo run --release. While running it without the --release flag is possible, performance will drop substantially.
