Skip to content

Rust implementation of Needleman-Wunsch and Smith-Waterman alignment algorithms

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
LICENSE-GPL2
GPL-3.0
LICENSE-GPL3
Notifications You must be signed in to change notification settings

genomicals/comp-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computational Genomics

Project repository for our CptS 471 Computational Genomics course. Uses Needleman-Wunsch for global alignment, and Smith-Waterman for local alignment. Both implement affine gap.

Usage

For information on how to run this program, execute with the -h flag.

License

This work is dual-licensed under GPL Version 2 and GPL Version 3. You may choose between these licenses on a case-by-case basis.

About

Rust implementation of Needleman-Wunsch and Smith-Waterman alignment algorithms

Resources

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
LICENSE-GPL2
GPL-3.0
LICENSE-GPL3

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages