don't seqcomp sequences that are too small
authorDiane Trout <diane@caltech.edu>
Sat, 14 Oct 2006 01:05:05 +0000 (01:05 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 14 Oct 2006 01:05:05 +0000 (01:05 +0000)
commitba0d9d232948802b2117e5fbd08289d9ebaac4f9
tree6cb1ef76cb3fec73d53d8a7eabc237e49ea68f35
parent0c499ec556855f17c01de9cc50fa597de8c0f22f
don't seqcomp sequences that are too small
ticket:151
seqcomp gets really grumpy when it trys to analyze a sequence that
is shorter than the window sequence. So instead of letting it try
to malloc all of your memory, throw a more useful exception.

Also I updated the SubanalysisWindow to catch the exception and
report it to the user.
alg/flp.hpp
alg/flp_seqcomp.cpp
alg/mussa.cpp
alg/sequence_location.cpp
alg/test/test_mussa.cpp
mussa_exceptions.hpp
qui/SubanalysisWindow.cpp