YnkDK / BioSeq-Project2

This project is about implementing and experimenting with pairwise sequence comparison methods to compute optimal global alignments of two sequences where the object is to minimize a cost.
MIT License
0 stars 0 forks source link

Mandatory #1 #1

Closed YnkDK closed 9 years ago

YnkDK commented 9 years ago

Make a program global_linear that implements global alignment using linear gap cost. The program should be implemented such that it takes at most quadratic time and space to compute the cost of an optimal global alignment. If requested, the program should output an optimal global alignment.