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

iFixed wrong export

parent a8c99879
Branches
Tags
No related merge requests found
......@@ -305,7 +305,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