Skip to content
Snippets Groups Projects
Commit 675f7e6d authored by marco's avatar marco
Browse files

alignments and sequence list can directly be initialised with sequences passed

to CreateAlignment/CreateSequenceList.

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2677 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 54b00456
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,6 @@ void export_sequence()
.def("__getitem__", &AlignedRegion::operator[])
.def("__len__", &AlignedRegion::GetLength)
.def("__iter__", iter_range2)
//~ .def("__reversed__", iter_range_rev)
.add_property("start", &AlignedRegion::GetStart)
.add_property("end", &AlignedRegion::GetEnd)
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment