ticket:62 fix local alignment
authorDiane Trout <diane@caltech.edu>
Sat, 20 May 2006 01:16:26 +0000 (01:16 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 20 May 2006 01:16:26 +0000 (01:16 +0000)
commit19e5c26f240e4a8226b34b4ca4fa688d791fc3bc
tree33badf1d11ff9cab7c0b0003d4fcff440bf65209
parenta8c2713499fdfa9abad31a464285ab6ae56bfdd4
ticket:62 fix local alignment
This appears to fix the problem where the local alignment was being
miscomputed. In implementing this I collapsed ExtendedConservedPath into
ConservedPath, and I finished seperating computing the local alignment
from drawing said alignment. Once I seperated the two and could actually
call the core algorithm I was able to add some (simple) unittesting of
the local alignment code, and use some much simpler drawing code.
14 files changed:
alg/conserved_path.cpp
alg/conserved_path.hpp
alg/mussa.cpp
alg/mussa.hpp
alg/nway_entropy.cpp
alg/nway_other.cpp
alg/nway_paths.cpp
alg/nway_paths.hpp
alg/test/test_conserved_path.cpp
alg/test/test_mussa.cpp
py/conserved_path.cpp
qui/MussaAlignedWindow.cpp
qui/MussaAlignedWindow.hpp
qui/MussaWindow.cpp