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

Fixed export of default value for LDDTHA

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