Skip to content
Snippets Groups Projects
Commit cbca47c9 authored by Valerio Mariani's avatar Valerio Mariani
Browse files

iFixed wrong export

parent 4433a623
No related branches found
No related tags found
No related merge requests found
......@@ -341,7 +341,7 @@ void export_sequence()
.def("GetLength", &AlignmentHandle::GetLength)
.def("__len__", &AlignmentHandle::GetLength)
.def("GetSequences", &AlignmentHandle::GetSequences)
.def("GetCoverage", &AlignmentHandle::GetSequences)
.def("GetCoverage", &AlignmentHandle::GetCoverage)
.def("AttachView", attach_view_a)
.def("AttachView", attach_view_b)
.def("Cut", &AlignmentHandle::Cut)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment