Skip to content
Snippets Groups Projects
Commit c367cf39 authored by Bienchen's avatar Bienchen
Browse files

Merge branch 'develop' into pipeline

parents cf644cf9 efb1a302
Branches
Tags
No related merge requests found
...@@ -19,7 +19,7 @@ RawModelingResult (*BuildRawModelHandleList)(const ost::seq::AlignmentList&, ...@@ -19,7 +19,7 @@ RawModelingResult (*BuildRawModelHandleList)(const ost::seq::AlignmentList&,
void export_model() void export_model()
{ {
class_<RawModelingResult>("RawModelignResult", init<>()) class_<RawModelingResult>("RawModelingResult", init<>())
.def_readwrite("model", &RawModelingResult::model) .def_readwrite("model", &RawModelingResult::model)
.def_readwrite("gaps", &RawModelingResult::gaps) .def_readwrite("gaps", &RawModelingResult::gaps)
.def_readwrite("seqres", &RawModelingResult::seqres) .def_readwrite("seqres", &RawModelingResult::seqres)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment