Skip to content
Snippets Groups Projects
Commit 619babe6 authored by Tobias Schmidt's avatar Tobias Schmidt
Browse files

Revert "alignmenthandle python export"

This reverts commit d711f981.
parent 32d04dbe
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,6 @@ void export_sequence()
.def("GetSequence", &AlignmentHandle::GetSequence)
.def("GetPos", &AlignmentHandle::GetPos)
.def("GetResidueIndex", &AlignmentHandle::GetResidueIndex)
.def("GetResidue", &AlignmentHandle::GetResidue)
.def("AddSequence", &AlignmentHandle::AddSequence)
.def("FindSequence", &AlignmentHandle::FindSequence)
.def("Copy", &AlignmentHandle::Copy)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment