go back to sequence being its own class
authorDiane Trout <diane@caltech.edu>
Tue, 29 Aug 2006 04:06:35 +0000 (04:06 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 29 Aug 2006 04:06:35 +0000 (04:06 +0000)
commiteb21e0aaafdd02783b312a01ed0a09881d0502d8
tree753fd2bcd4647a0125421819dc79d3580603f6bd
parentb78e5f874740f65d96296da25e2ce18ee7619407
go back to sequence being its own class
So my first attempt at getting the sequence tree hierarchy working
ended up imploding in too much complexity. So I decided to try again
in smaller steps. This version just switches back to sequence not being a
string.

one other problem is that iterators didn't seem to be serializable.
so there might be some problem writing a sequence with a tree
of annotated subsequences attached to it out.
alg/flp.hpp
alg/flp_seqcomp.cpp
alg/mussa.cpp
alg/nway_entropy.cpp
alg/nway_paths.hpp
alg/sequence.cpp
alg/sequence.hpp
alg/test/test_sequence.cpp
py/sequence.cpp
qui/motif_editor/MotifEditor.cpp