Extend the python mussa interface.
authorDiane Trout <diane@caltech.edu>
Fri, 11 Apr 2008 04:08:04 +0000 (21:08 -0700)
committerDiane Trout <diane@caltech.edu>
Fri, 11 Apr 2008 04:08:04 +0000 (21:08 -0700)
commitde84c0a72c8d284e3d124d38699ac065ffe37e3c
treec54cc8e540ee81e260b63e6ce3a79d67d2ec142c
parent38969cafcdba2b1922452e3255c91dedd178c71c
Extend the python mussa interface.
I needed to provide mussa load functions that take strings instead
of boost::filesystem::paths to make it easier to load analyses
from the python interpreter.

I also added code to allow directly accessing base pairs in a seq.

Lastly I disabled linking against the python interpreter for the
main mussa gui, again to simplify the problem of os x 10.4/10.5 support
CMakeLists.txt
alg/CMakeLists.txt
alg/mussa.cpp
alg/mussa.hpp
alg/seq.hpp
py/mussa.cpp
py/sequence.cpp
py/sequencebrowserwidget.cpp
py/test/CMakeLists.txt
py/test/TestSequence.py