X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=py%2Fmodule.cpp;h=cd98f04fc602770c0849bcd65e2e6d6615b56626;hp=f9e6b4fdc339b1d2c5ca0916f234055ba77bc397;hb=c417e847eccd0af3bf9dfed0bc252115bbbf3d83;hpb=7a55c95eeeb792f89df39dc9375040dcbd415dfd diff --git a/py/module.cpp b/py/module.cpp index f9e6b4f..cd98f04 100644 --- a/py/module.cpp +++ b/py/module.cpp @@ -4,6 +4,7 @@ void export_alphabet(); void export_annot(); void export_annotation_colors(); +void export_annotations(); void export_container_exceptions(); void export_conserved_path(); void export_flps(); @@ -20,6 +21,7 @@ BOOST_PYTHON_MODULE(mussa) export_alphabet(); export_annot(); export_annotation_colors(); + export_annotations(); export_conserved_path(); export_flps(); export_seq_span();