Skip to content
Snippets Groups Projects
Commit cc5a17c6 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Python export of IsNucleotideLinking for conop.Compound

parent 265be86a
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ void export_Compound() {
.def("AddAtom", &Compound::AddAtom)
.def("AddBond", &Compound::AddBond)
.def("IsPeptideLinking", &Compound::IsPeptideLinking)
.def("IsNucleotideLinking", &Compound::IsNucleotideLinking)
.add_property("chem_class", &get_chemclass,
&set_chemclass)
.add_property("chem_type", &get_chemtype)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment