add annot and motif classes to python interface
authorDiane Trout <diane@caltech.edu>
Thu, 27 Jul 2006 02:13:31 +0000 (02:13 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 27 Jul 2006 02:13:31 +0000 (02:13 +0000)
commit38dc74d72ea09e5a2c9acc3fd72c231849c82166
tree7779dff8a48bd2d2e503e782888b71b3c2e81ddc
parenteb48ed626cd0d36f2fbd2e43ea2a66c6f4f01404
add annot and motif classes to python interface
this also involved renaming annot.start to annot.begin to be a bit
more consistent with the begin/end convention used by C++.
I also added some more of the sequence class api to the python layer.
(so there's some hope that one could add annotations)
13 files changed:
alg/glseqbrowser.cpp
alg/glsequence.cpp
alg/glsequence.hpp
alg/sequence.cpp
alg/sequence.hpp
alg/test/test_annotation_color.cpp
alg/test/test_sequence.cpp
py/CMakeLists.txt
py/annot.cpp [new file with mode: 0644]
py/glsequence.cpp
py/module.cpp
py/sequence.cpp
py/test/TestSequence.py