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

Fixed export of default value for LDDTHA

parent d7d4e897
Branches
Tags
No related merge requests found
......@@ -108,7 +108,7 @@ BOOST_PYTHON_MODULE(_ost_mol_alg)
def("FilterClashes", fc_b, (arg("ent"), arg("clashing_distances"), arg("always_remove_bb")=false));
def("CheckStereoChemistry", csc_a, (arg("ent"), arg("bonds"), arg("angles"), arg("bond_tolerance"), arg("angle_tolerance"), arg("always_remove_bb")=false));
def("CheckStereoChemistry", csc_b, (arg("ent"), arg("bonds"), arg("angles"), arg("bond_tolerance"), arg("angle_tolerance"), arg("always_remove_bb")=false));
def("LDDTHA",&mol::alg::LDDTHA);
def("LDDTHA",&mol::alg::LDDTHA, (arg("sequence_separation")=0));
def("CreateDistanceList",&mol::alg::CreateDistanceList);
def("CreateDistanceListFromMultipleReferences",&create_distance_list_from_multiple_references);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment