let's align two sequences (shown below, good alignment) AAATTTGGTAAAA-GT AAATTTGGTAAAAGGT now let's reverse the same very sequences and align again TGAAAATGGTTTAAA TGGAAAATGGTTTAAA Note how we lost the deletion and got a mismatch instead at the very first letter of the upper sequence. The overall score of any particular alignment does not depend on the direction of the traversal, so the best alignment (with the highest score) should stay the same too. New version fixes this issue and produces correct alignment of reverse sequences (up to the different choice of redundant position for the deletion): T-GAAAATGGTTTAAA TGGAAAATGGTTTAAA This version also has the main() method reinstated, so the aligner can be run on its own as a little app. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5255 348d0f76-0448-11de-a6fe-93d51630548a |
||
|---|---|---|
| R | ||
| analysis/depristo | ||
| archive | ||
| c | ||
| doc | ||
| java | ||
| lua | ||
| matlab | ||
| packages | ||
| perl | ||
| python | ||
| ruby | ||
| scala | ||
| settings | ||
| shell | ||
| testdata | ||
| LICENSE | ||
| build.xml | ||
| ivy.xml | ||