allow adding and viewing sequences to an analysis from python
authorDiane Trout <diane@caltech.edu>
Thu, 30 Nov 2006 02:23:08 +0000 (02:23 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 30 Nov 2006 02:23:08 +0000 (02:23 +0000)
commit4f83d2a3cb065e7219e83bd6d45ee11d0318facf
tree8a88006ff47bba583c09b8e4a920cdac67beff46
parenta0cc0d20f7739de0ba33f7293fb682d58e394eb9
allow adding and viewing sequences to an analysis from python
this required a way to deal with the collection of sequences
returned by Mussa::sequences()

the python wiki had some suggestions (though their code didn't compile)
http://wiki.python.org/moin/boost.python/StlContainers
py/CMakeLists.txt
py/mussa.cpp
py/stl_container_adapter.hpp [new file with mode: 0644]
py/test/TestMussa.py [new file with mode: 0644]