just load the sequence
authorDiane Trout <diane@caltech.edu>
Tue, 14 Mar 2006 05:08:14 +0000 (05:08 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 14 Mar 2006 05:08:14 +0000 (05:08 +0000)
commitcc0b69411a2d71e2b6e94d742f373a8ccd67b8ce
tree79054cdda6f6e64092d5795eeae1720e487cf0b5
parentdbf3dbd5d5a68132b930e433721150703e19b685
just load the sequence
The old load sequence code, loaded information about a sequence into a
list of vectors and then, later went and actually loaded from the data files
(Probably had something to do with mussa originally being a C program).

This version loads the data when its been collected and shoves the resulting
Sequence onto our vector<Sequence>.
alg/mussa.cpp
alg/mussa.hpp
gui/SetupWindow.cpp