X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=py%2Fmodule.cpp;h=72ae38cdf655301a1603a222c3cfb4a2237646fd;hp=cd98f04fc602770c0849bcd65e2e6d6615b56626;hb=745bd381b0472a38a1e49bba52676c80eba52709;hpb=9c704ecd2ba1a01f0b82d0f1ea6d9d3e3011fff7 diff --git a/py/module.cpp b/py/module.cpp index cd98f04..72ae38c 100644 --- a/py/module.cpp +++ b/py/module.cpp @@ -7,6 +7,7 @@ void export_annotation_colors(); void export_annotations(); void export_container_exceptions(); void export_conserved_path(); +void export_drawable(); void export_flps(); void export_glsequence(); void export_mussa(); @@ -23,6 +24,7 @@ BOOST_PYTHON_MODULE(mussa) export_annotation_colors(); export_annotations(); export_conserved_path(); + export_drawable(); export_flps(); export_seq_span(); export_sequence();