Skip to content

awangwang/sequence-alignment

Repository files navigation

Sequence alignment for biological sequences (Smith-Waterman local alignment and pseudo-global alignment algorithms)

align.py contains a dynamic programming and recursive traceback based implementation of two commonly used sequence alignment algorithms for DNA and proteins.

Usage

 python align.py input_file output_file 

alignment_example.input.annotated contains comments about what each component of a properly formatted input file represents.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages