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

Optional #2 #4

Open YnkDK opened 9 years ago

YnkDK commented 9 years ago

Make a program global_affine_linspace that is similar to global_affine but consumes only linear space. You need to extend Hirscberg's idea to handle affine gap cost. (Explain in the report how you extend the idea, and verify carefully that your program computes an optimal alignment.)